Painful apache compilation

A.M. Kuchling akuchlin at ute.mems-exchange.org
Thu Mar 21 15:22:13 EST 2002


In article <D3rm8.54610$1S3.1635300 at twister1.libero.it>, 
	Giuseppe Ricioppo wrote:
> /usr/src/Python-2.2/Python/thread_pthread.h:174: undefined reference to
> `pthread_sigmask'
> /usr/src/Python-2.2/Python/thread_pthread.h:176: undefined reference to
> `pthread_create'

Probably you need an additional library in order to get the pthreads
functions; check if your system has a libpthread or libthread, and add
-lpthread or -lthread to the link command.

--amk                                                             (www.amk.ca)
Abstraction is one of those notions that Python tosses out the window,
yet expresses very well.
    -- Gordon McMillan, 6 Jan 2000




More information about the Python-list mailing list