Help, i tried to generate a dynamic library from the official Python-2.4.0.tgz on MacOSX 10.3 but when i do the
./configure --enable-shared ; make ; sudo make install or ./configure --enable-shared=yes ; make ; sudo make install It links statically. It's also strange that i can't find a libpython2.4.a in my /usr/local/lib. It's not installed by the install command. Also /usr/local/bin/python24 works fine. I get an error that TK/TCL was not found. Is this the reason, i thought i can simply ignore this error message. -- http://mail.python.org/mailman/listinfo/python-list