Compiling Python2.1 under HP-UX with threads ?

Boyd Roberts boyd at insultant.net
Thu Jun 7 15:40:16 EDT 2001


"M.-A. Lemburg" <mal at lemburg.com> a écrit dans le message news: mailman.991937355.8710.python-list at python.org...
>   ./configure --with-threads
>   make
>   rm python
>   cd Modules
>   gcc -Wl,-E -Wl,+s -Wl,+b/lib/python2.0/lib-dynload \
>       python.o ../libpython2.0.a -lnsl -ldld \
>       -lpthread -lm -o python
>   mv python ..
>   make install

err, shouldn't you have blown away the respective .o's?  i don't see
much recompilation talking place.






More information about the Python-list mailing list