Bugs item #1313974, was opened at 2005-10-05 15:27 Message generated for change (Tracker Item Submitted) made by Item Submitter 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. ---------------------------------------------------------------------- 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