[Haskell-cafe] mac os x installation problem

Aaron Tomb atomb at soe.ucsc.edu
Thu May 24 20:46:43 EDT 2007


Hi Edwin,

You need to install the readline framework. This email explains more:

     http://www.haskell.org/pipermail/glasgow-haskell-users/2007-May/ 
012576.html

You'll also need to install the GMP framework mentioned in the email.  
They usually go in /Library/Frameworks, but I believe you can also  
install them in ~/Library/Frameworks, if you prefer.

Aaron

On May 24, 2007, at 3:35 PM, Edwin Chen wrote:

> I'm having some trouble installing ghc on my MacBook (running 10.4).
> I did
> ./configure
> make install
> but then I get
> me$ ghci
> -bash: ghc: command not found
>
> So I tried adding /usr/local/bin to my path (that's the default  
> installation
> location, right?), and now I get
>
> me$ ghci
> dyld: Library not loaded: GNUreadline.framework/Versions/A/GNUreadline
>  Referenced from: /usr/local/lib/ghc-6.6.1/ghc-6.6.1
>  Reason: image not found
> Trace/BPT trap
>
> Any idea what's wrong? Thanks
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



More information about the Haskell-Cafe mailing list