
5 Aug
2008
5 Aug
'08
4:49 a.m.
On Tue, 05 Aug 2008 09:11:25 +0200, Christian Maeder
I've rebuild the binary without statically linked gmp.
http://www.dfki.de/sks/hets/mac/ghcs/ghc-6.8.3-powerpc-apple-darwin.tar.bz2
So in addition to readline (and ncurses) you need gmp from MacPorts. (Otherwise even installation will fail, because pwd needs gmp.)
If you want ghc to produce static binaries then move the static library libgmp.a into your installed ghc's libdir.
Thank you very much for the update. I'll be sure to fetch gmp from MaPorts when I install GHC 6.8.3 on Mac OS X 10.5 (Leopard), and to move libgmp.a into my installed GHC's libdir. If I run into problems, I'll post them in this thread. -- Benjamin L. Russell