Link errors when using the GHC API
Simon Marlow
simonmarhaskell at gmail.com
Thu Oct 12 06:25:03 EDT 2006
Christian Maeder wrote:
> The binary distribution
>
> http://www.haskell.org/ghc/dist/6.6/ghc-6.6-i386-unknown-linux.tar.bz2
>
> does not contain libHSghc.*
>
> So I get:
>
> Loading package ghc-6.6 ... ghc-6.6: can't load .so/.DLL for: HSghc
> (libHSghc.so: cannot open shared object file: No such file or directory)
This is a problem with the binary distributions built via the nightly builds,
because they install stage 3 rather than installing stage 2. I'm working on a fix.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list