Where is the best place to report bugs
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sun May 3 17:32:03 EDT 2009
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
More information about the Haskell-platform
mailing list