Problems installing 7.6.2 on MACOS

Bertram Felgenhauer bertram.felgenhauer at googlemail.com
Sun Apr 7 18:13:51 CEST 2013


Dear Dominic,

Dominic Steinitz wrote:
> > bash-3.2$ ./configure --prefix=/Library/Haskell
...
> > bash-3.2$ which ghc-pkg
> > /Library/Haskell/lib/ghc-7.6.2/ghc-pkg
> > bash-3.2$ which ghc
> > /Library/Haskell/lib/ghc-7.6.2/ghc

These are the wrong executables; the right ones would be in
/Library/Haskell/bin . (For example, /Library/Haskell/bin/ghc
is a shell script that invokes the ghc binary with the appropriate
-B option.)

Bertram



More information about the Glasgow-haskell-users mailing list