Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-15 Thread kenny lu
Hi, initially, I faced the same problem. i.e., ghc-pkg: dependency readline doesn't exist (use --force to override) Thus, I tried ./configure --with-readline-include=/opt/local/include/readline -- with-readline-libraries=/opt/local/lib and build again, then I hit another error, Preprocessing

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-15 Thread Denis Bueno
On Nov 15, 2007 10:10 AM, kenny lu [EMAIL PROTECTED] wrote: I am using fink instead of darwin port, I have readline installed. zhuo-ming-lus-computer:~ luzm$ fink list *readline* Information about 1733 packages read in 1 seconds. readline 4.3-1028 Comfortable terminal input

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-13 Thread Simon Marlow
Denis Bueno wrote: On Nov 9, 2007 4:38 AM, Bjorn Bringert [EMAIL PROTECTED] wrote: I have this in my ~/.profile so that I don't have to keep giving flags to configure for every single thing I build against MacPorts libraries: export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-10 Thread Denis Bueno
On Nov 9, 2007 4:38 AM, Bjorn Bringert [EMAIL PROTECTED] wrote: I have this in my ~/.profile so that I don't have to keep giving flags to configure for every single thing I build against MacPorts libraries: export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib export

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-09 Thread Bjorn Bringert
I have this in my ~/.profile so that I don't have to keep giving flags to configure for every single thing I build against MacPorts libraries: export CPATH=/opt/local/include export LIBRARY_PATH=/opt/local/lib export LD_LIBRARY_PATH=/opt/local/lib /Björn On Nov 9, 2007, at 6:13 , Paul

GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-08 Thread Denis Bueno
Hi all, Apologies if this has already been reported, or is a symptom of something already reported. I downloaded the GHC source (http://www.haskell.org/ghc/dist/6.8.1/ghc-6.8.1-src.tar.bz2) and attempted to build as follows, bootstrapping with GHC 6.6.1: ./configure ; make -j3 (The error

Re: GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10

2007-11-08 Thread Paul Brown
Try: ./configure --with-readline-include=/opt/local/include/readline -- with-readline-libraries=/opt/local/lib And this should work with the readline libs that you have installed via MacPorts. (Worked for me to build 6.8.1, and ghci works like it should.) -- Paul On Nov 8, 2007, at