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

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to