[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-07 Thread Mattias Brändström
Mattias Brändström <[EMAIL PROTECTED]> added the comment: Here is a small patch that lets me build on AIX 5.2. Added file: http://bugs.python.org/file11726/aix-patch ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

2008-10-07 Thread Mattias Brändström
Mattias Brändström <[EMAIL PROTECTED]> added the comment: When trying to build Python 2.6 on AIX 5.2 the following error message: ( The steps I have taken prior to this are: 1. export PATH=/usr/bin/:/usr/vacpp/bin/ 2. ./configure --with-gcc=xlc_r --with-cxx=xlC_r --disable-ipv6 3