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 _______________________________________________ Haskell-platform mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform
