it works, but I needed to install libgmp. The point is is to add the libgmp check on configure.
On Wed, Apr 29, 2009 at 11:49 AM, Duncan Coutts <[email protected]> wrote: > 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 > > -- LC, ("I'd rather be a climbing ape than a falling angel." - Terry Prachett) _______________________________________________ Haskell-platform mailing list [email protected] http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform
