
7 Apr
2013
7 Apr
'13
12:13 p.m.
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