
14 Dec
2003
14 Dec
'03
6:02 p.m.
L.S., I am trying to compile the following program:
import Concurrent.Strategies main = putStrLn ""
Using the following command: ghc -v -package concurrent -package data -o "TryStrategies" "TryStrategies.lhs" -iC:/Programs/ghc-6.0.1/hslibs-imports > compile.log I receive the error message: TryStrategies.o(.text+0x22):fake: undefined reference to `__stginit_Concurrentzi Strategies_' What am I doing wrong here? -- Best regards, Henk-Jan van Tuyl