From 4d8884a56b4db905584070b0225729145cacd603 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 17 Aug 2000 16:03:43 +0000 Subject: [PATCH] [project @ 2000-08-17 16:03:43 by rrt] Revised note about RTS hooks under Windows: they should still work for statically-built compilers. --- ghc/docs/users_guide/runtime_control.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/runtime_control.sgml b/ghc/docs/users_guide/runtime_control.sgml index a3809d5..2871f76 100644 --- a/ghc/docs/users_guide/runtime_control.sgml +++ b/ghc/docs/users_guide/runtime_control.sgml @@ -409,7 +409,8 @@ command line, you can override the defaults. -Owing to the vagaries of DLL linking, these hooks don't work under Windows. +Owing to the vagaries of DLL linking, these hooks don't work under Windows when +the compiler is built dynamically. -- 1.7.10.4