I digged into this one step further:
I compared the output of configure and make. For configure, there is no
change. But for make, I found out something, that I didn't expected:
When configure is called with a prefix to a location, where a valid
python installation already exists, it uses the
The strange thing is: This only happens when I'm compiling through
rpmbuild. Issuing the same commands (configure --enable-shared, make,
make install) directly on the shell works fine...
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I've build python 2.7 successfully by just calling configure, make and
make install. But to use python within PostgreSQL, I need to built
python with --enable-shared.
I tried to do so (configure --enable-shared), but I see these lines
several times in the log (but compiling continues)