Bugs item #1313974, was opened at 2005-10-06 00:27
Message generated for change (Comment added) made by perky
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: Closed
>Resolution: Duplicate
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: Hye-Shik Chang (perky)
Date: 2005-10-06 00:36

Message:
Logged In: YES 
user_id=55188

Duplicate with SF #1307978 and it's fixed in CVS already.

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

Comment By: seidl (ulrichseidl)
Date: 2005-10-06 00: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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to