Compiling Python2.1 under HP-UX with threads ?

M.-A. Lemburg mal at lemburg.com
Fri Jun 8 11:06:14 EDT 2001


Boyd Roberts wrote:
> 
> "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.

Well, no. The above link is really a linker command, not a
compiler one.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/




More information about the Python-list mailing list