Where is the best place to report bugs

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Wed Apr 29 05:49:48 EDT 2009


On Wed, 2009-04-29 at 11:25 +0200, Luis Cabellos wrote:
> Hi,
> 
>    where is the best place to report bugs?

There's the platform trac:
http://trac.haskell.org/haskell-platform/

>    e.g.  make raises the error:
>    /usr/bin/ld: cannot find -lgmp
> 
>    I think the problem is ./configure in generic unix tarball doesn't check gmp

It sounds like your ghc doesn't work, is that correct? Does compiling
and linking a "hello world" style program work?

You're right though that we should check this in the generic unix
tarball configure script. We should check that the ghc that we find does
actually work.

Duncan




More information about the Haskell-platform mailing list