
29 Dec
2009
29 Dec
'09
12:52 p.m.
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