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
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
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
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 LD
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 Brow
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 5
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 ma