On Tue, Jan 06, 2009 at 11:54:28PM -0800, Brendan Cully wrote:
> On Tuesday, 30 December 2008 at 21:21, Richard Cobbe wrote:
> > Fink 0.28.6, tracking unstable source
> > Mac OS 10.5.6 Intel
> > XCode 3.0, XQuartz 2.2.3
> >
> > It seems that ghc-6.8.3-1 is missing a dependency on gmp.  (Maintainer 
> > CC'd.)
> >
> > As an example, save the following file as Example.hs:
> >
> >     main = print "Hello, world!"
> >
> > Without gmp installed, compiling (or, more precisely, linking) this program
> > fails with the following output:
> >
> > [perdita:~/tmp]$ ghc Example.hs
> > ld: library not found for -lgmp
> > collect2: ld returned 1 exit status
> >
> > After installing the gmp package and its dependencies, compilation
> > succeeds.
>
> Thanks, I've added the dependency to ghc-dev.

Great -- thanks!

Richard

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to