Is there a way to build python without 'posixmodule' ?

Donn Cave donn at u.washington.edu
Tue Feb 21 13:02:53 EST 2006


In article <1140541438.511237.292410 at g14g2000cwa.googlegroups.com>,
 "mrstephengross" <mrstephengross at hotmail.com> wrote:

> libpython2.4.a(pystate.o)(.text+0x1e0): In function
> `PyThreadState_New':
> C:/cygwin/home/Administrator/sgross/sage/installer/python/i386-mingw-gcc/Pytho
> n-2.4.2/Python/pystate.c:191:
> undefined reference to `_PyGILState_NoteThreadState'
> ===================================
> 
> It would seem that the python executable is looking for the process
> management functionality that *would* have been supplied by
> posixmodule.o.

Why would it seem that?  Look for a recent thread here about
porting Python to LynxOS.

   Donn Cave, donn at u.washington.edu



More information about the Python-list mailing list