[Haskell-beginners] Problems with ghc

Daniel Fischer daniel.is.fischer at web.de
Wed Oct 15 09:32:26 EDT 2008


Am Mittwoch, 15. Oktober 2008 14:51 schrieb Paul Johnston:
> Many thanks but no joy see below
> Think it could be gmp which I had to also compile but it passed all its
> checks.

Seems the linker can't find gmp.
Try compiling with the -L/path/to/gmp option (if that works, we at least have 
identified the problem, of course, for a real fix you would have to include 
that directory to the linker's search path).

> Regards Paul

Cheers,
Daniel


More information about the Beginners mailing list