Python/Cygwin PyOS_InputHook

Jason Tishler jason at tishler.net
Wed Sep 19 10:48:34 EDT 2001


Gary,

On Wed, Sep 19, 2001 at 07:00:01AM -0700, Gary Bishop wrote:
> I'm trying to build the pygist graphing extension for python 2.1.1 on
> cygwin (latest version). The link building the dll fails with
> undefined symbol PyOS_InputHook. I see the definition in
> Parser/myreadline.c and the extern DL_IMPORT declaration in
> Include/pythonrun.h.
> 
> The same source builds and works on Mac OS/X so I'm guessing this is a
> cygwin problem with references to variables in DLL's?

The following should be helpful:

    http://mail.python.org/pipermail/python-list/2001-September/063382.html

Let me know how it goes.  If Cygwin pygist still won't build, please
supply your compile and link lines and their associated output.

Jason




More information about the Python-list mailing list