On Wed, 2009-04-29 at 13:04 +0200, Luis Cabellos wrote: > it works, but I needed to install libgmp.
But doesn't that mean ghc didn't actually work until you did install gmp? > The point is is to add the libgmp check on configure. Right and my point is that can't we achieve that by testing if ghc can compile and link a hello world program? If gmp is missing then the linking phase would fail. Is there any need to check for gmp specifically and separately from checking that ghc works? Duncan _______________________________________________ Haskell-platform mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform
