New submission from Akira Kitada <akit...@gmail.com>: Build fails on FreeBSD 4 due to the lack of sem_timedwait.
""" gcc -pthread -Wl,--export-dynamic -o python Modules/python.o libpython3.2.a -lutil -lm libpython3.2.a(thread.o): In function `PyThread_acquire_lock_timed': /home/akitada/src/py3k/Python/thread_pthread.h:315: undefined reference to `sem_timedwait' gmake: *** [python] Error 1 """ ---------- components: Build messages: 118315 nosy: akitada priority: normal severity: normal status: open title: Python 3.2 does not build on systems which do not have sem_timedwait type: compile error versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com