From: chak Date: Fri, 24 Aug 2001 13:13:59 +0000 (+0000) Subject: [project @ 2001-08-24 13:13:59 by chak] X-Git-Tag: Approximately_9120_patches~1078 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9003eb4930e89219bd4e6ef22b9521cb408e78cf [project @ 2001-08-24 13:13:59 by chak] wibble --- diff --git a/ghc/docs/comm/the-beast/driver.html b/ghc/docs/comm/the-beast/driver.html index 3895f28..374871b 100644 --- a/ghc/docs/comm/the-beast/driver.html +++ b/ghc/docs/comm/the-beast/driver.html @@ -113,16 +113,16 @@ RTS to HSstd. This case is coped with by the -no-hs-main flag, which suppresses passing the corresonding -u option to the linker -- although in some versions of the compiler (e.g., 5.00.2) - it didn't work. In addition, the driver arranges that the C program - providing the main() that we want to use appears in the - link line after the RTS. Therefore, the RTS's main is never used and + it didn't work. In addition, the driver generally places the C program + providing the main() that we want to use before the RTS + on the link line. Therefore, the RTS's main is never used and without the -u the label __init_PrelMain will not be linked.

-Last modified: Fri Aug 24 16:16:10 EST 2001 +Last modified: Fri Aug 24 23:12:33 EST 2001