[Haskell-cafe] Configuring cabal install readline on Snow Leopard with MacPorts

Duncan Coutts duncan.coutts at googlemail.com
Tue Dec 29 12:52:07 EST 2009


On Tue, 2009-12-29 at 00:14 -0800, Judah Jacobson wrote:

> > Downloaded the package and do configure manually:
> >
> >  ./configure --with-readline-includes=/opt/local/include --with-readline-libraries=/opt/local/lib
> 
> You should use:
> 
> cabal install readline
> --configure-option=--with-readline-includes=/opt/local/include
> --configure-option=--with-readline-libraries=/opt/local/lib

Which also indicates that the readline package is at fault here. It
should pass these variables on to the configure script, but clearly it
does not.

Duncan



More information about the Haskell-Cafe mailing list