GHC 6.8.1 Build Failure on Mac OS X Intel 10.4.10
Paul Brown
paulrbrown at gmail.com
Fri Nov 9 00:13:02 EST 2007
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:24 PM, Denis Bueno wrote:
> 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 manifests even without `-j3'.) This eventually results in
> the error [1]:
>
> ghc-pkg: dependency readline doesn't exist (use --force to
> override)
[... snip ...]
More information about the Glasgow-haskell-users
mailing list