ghc 6.6 for mac os x (intel)

Ian Lynagh igloo at earth.li
Tue Feb 6 11:35:05 EST 2007


On Tue, Feb 06, 2007 at 09:15:32AM -0600, Ariel Apostoli wrote:
> Kirsten Chevalier wrote:
> >http://haskell.org/ghc/download_ghc_66.html#macosxintel
>
> but when I try installing ghc from that page it seems to install fine 
> but when I invoke /usr/local/bin/ghc i get:
> 
> dyld: Library not loaded: /opt/local/lib/libreadline.5.1.dylib
>  Referenced from: /usr/local/lib/ghc-6.6/ghc-6.6
>  Reason: image not found
> Trace/BPT trap

Are you using
    http://haskell.org/ghc/dist/6.6/ghc-6.6-i386-apple-darwin.tar.bz2
?

I've just downloaded it, and it looks like the Makefile should run
post-install-script to put readline/* in the right place. Can you check
if that is happening correctly?


Thanks
Ian



More information about the Glasgow-haskell-users mailing list