Problem with install

Gerhard Häring gerhard.nospam at bigfoot.de
Mon May 14 17:48:34 EDT 2001


On Mon, 14 May 2001 15:42:22 -0700, Matthew Nobes <manobes at fraser.sfu.ca> wrote:
>Hello all,
>
>I'm attempting to upgrade my Python installation on an older machine at
>work.  I run configure, and it seems okay, but when I try "make install" I
>get the following
>
>In file included from /usr/include/pthread.h:28,
>                 from thread_pthread.h:6,
>                 from thread.c:118:
>/usr/include/sched.h:36: parse error before `_P'
>make[1]: *** [thread.o] Error 1
>make[1]: Leaving directory `/home/matt/Python-2.0/Python'
>make: *** [Python] Error 2
>
>Does anybody know what this means?

Looks like an error during the build of Python's threading facilities. If you
can live without threads, then you could try

./configure --without-threads
make

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://highqualdev.com              public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list