
10 Nov
2007
10 Nov
'07
10:36 a.m.
On Nov 9, 2007 4:38 AM, 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
Thanks, Paul and Bjorn. Indeed, this did the trick. Any thoughts why ./configure claimed to have discovered readline on its own, but then was unable to use it? Or maybe, for some reason, the message is unrelated? -- Denis