[ python-Bugs-1313974 ] Compile fails for configure "--without-threads"

SourceForge.net noreply at sourceforge.net
Wed Oct 5 17:30:20 CEST 2005


Bugs item #1313974, was opened at 2005-10-05 15:27
Message generated for change (Comment added) made by ulrichseidl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1313974&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: seidl (ulrichseidl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Compile fails for configure "--without-threads"

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: seidl (ulrichseidl)
Date: 2005-10-05 15:30

Message:
Logged In: YES 
user_id=1356859

This has been introduced with Python 2.4.2. (2.4.1 works fine).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1313974&group_id=5470


More information about the Python-bugs-list mailing list