Re: Problems installing 7.6.2 on MACOS

2013-04-07 Thread Bertram Felgenhauer
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

Problems installing 7.6.2 on MACOS

2013-03-27 Thread Dominic Steinitz
Hi, I followed the instructions pointed to from here: http://www.haskell.org/ghc/download_ghc_7_6_2#macosx_x86_64 bash-3.2$ ./configure --prefix=/Library/Haskell bash-3.2$ sudo make install But sadly I get: bash-3.2$ ghc-pkg list ghc-pkg: missing --global-package-db option, location of

Re: Problems installing 7.6.2 on MACOS

2013-03-27 Thread Dominic Steinitz
Answering my own question: it seems I made a rookie mistake and specified --prefix=/Library/Haskell which is where 7.4.1 lives. I just specified --prefix=/usr/lib and as far as I can tell everything works. On 27 Mar 2013, at 11:40, Dominic Steinitz domi...@steinitz.org wrote: Hi, I