Importing strategies

Henk-Jan van Tuyl Henk-Jan.van.Tuyl at hotpop.com
Mon Dec 15 00:02:14 EST 2003


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



More information about the Haskell-Cafe mailing list