This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Compile fails for configure "--without-threads"
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: hyeshik.chang, ulrichseidl
Priority: normal Keywords:

Created on 2005-10-05 15:27 by ulrichseidl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg26509 - (view) Author: seidl (ulrichseidl) Date: 2005-10-05 15:27
When using the configure option "--without-threads", a
subsequent make fails with:

libpython2.4.a(pystate.o): In function `PyThreadState_New':
Python/pystate.c:191: undefined reference to
`_PyGILState_NoteThreadState'

This is evidently caused by not compiling the function
when "#ifdef WITH_THREAD" is not true.
msg26510 - (view) Author: seidl (ulrichseidl) Date: 2005-10-05 15:30
Logged In: YES 
user_id=1356859

This has been introduced with Python 2.4.2. (2.4.1 works fine).
msg26511 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-10-05 15:36
Logged In: YES 
user_id=55188

Duplicate with SF #1307978 and it's fixed in CVS already.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42449
2005-10-05 15:27:42ulrichseidlcreate