Oops.. I meant:
./configure --prefix=/opt/python/2.4.3 --enable-shared
When I include /opt/csw into the CPPFlags or LDFlags, libraries like
lxml start to fail to compile.
Still - if anyone can point me out to getting readline working -
that'd be great.
thanks,
Hmm Linux is *easy* compar
How do I enable readline support for Python under Solaris 10? I've got CSWreadline installed in /opt/csw from blastwave, but I'm not having any luck getting the readline.so module compiled.I'm using:
CPPFLAGS="-I/opt/csw/include" LDFLAGS="-L/opt/csw/lib" ./configure --prefix=/opt/python/2.4.3 --en