> I am doing a small binding to SDL lib. It  needs on some platforms to 
> have a C main function.
> 
> So I make a C main that call  Haskell initialisation, Haskell 
> main and  
> call shutdownHaskell.
> 
> It works fine with ghc.
> 
> When linking with ghci I have an error :
> 
>  > ghci -package SDL
> [...]
> Loading package SDL ... linking ... not found: _shutdownHaskell

Looks like a bug.  Can you use shutdownHaskellAndExit() instead?

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to