11 Dec 13:18
Installing on Leopard
From: Johan Tibell <johan.tibell <at> gmail.com>
Subject: Installing on Leopard
Newsgroups: gmane.comp.lang.haskell.glasgow.user
Date: 2007-12-11 12:22:22 GMT
Subject: Installing on Leopard
Newsgroups: gmane.comp.lang.haskell.glasgow.user
Date: 2007-12-11 12:22:22 GMT
I have some problems installing 6.8.1 on Mac OS X Leopard. First I
installed readline using ports:
$ sudo port install readline
<snip>
Then GHC
$ ./configure --prefix=$HOME && make install
make -C rts install DOING_BIN_DIST=YES
cc -E -undef -traditional -P -DINSTALLING \
-DIMPORT_DIR='"/Users/tibell/lib/ghc-6.8.1/imports"' \
-DLIB_DIR='"/Users/tibell/lib/ghc-6.8.1"' \
-DINCLUDE_DIR='"/Users/tibell/lib/ghc-6.8.1/include"' \
-DDATA_DIR='"/Users/tibell/share/ghc-6.8.1"' \
-DHTML_DIR='"/Users/tibell/share/ghc-6.8.1/html/libraries/rts"' \
-DHADDOCK_IFACE='"/Users/tibell/share/ghc-6.8.1/html/libraries/rts/rts.haddock"'
\
-I../includes \
-x c -DGMP_INCLUDE_DIRS='' -DGMP_LIB_DIRS='' -I
-Iinclude -DPACKAGE=rts -DVERSION=
-DPKG_LIBDIR='"/Users/tibell/lib/ghc-6.8.1"'
-DPKG_DATADIR='"/Users/tibell/share/ghc-6.8.1"' package.conf.in \
| grep -v '^#pragma GCC' \
| sed -e 's/""//g' -e 's/:[ ]*,/: /g' \
| /Users/tibell/Downloads/ghc-6.8.1/utils/ghc-pkg/ghc-pkg.bin
--global-conf /Users/tibell/lib/ghc-6.8.1/package.conf update -
--force
dyld: Library not loaded: /opt/local/lib/libgmp.3.dylib
Referenced from: /Users/tibell/Downloads/ghc-6.8.1/utils/ghc-pkg/ghc-pkg.bin
(Continue reading)
RSS Feed