Cygwin Python with a static Python library?

Jason Tishler jason@tishler.net
Wed May 8 05:00:00 GMT 2002


There have been some recent posts on python-list@ regarding whether
or not Cygwin Python should be built with a shared (i.e., DLL) Python
library or a static one.  Note that Cygwin Python currently uses a DLL
library like the Win32 one.

Does anyone have compelling reasons why Cygwin Python needs a static
library?  If so, then I will consider submitting a patch to Python CVS
to enable this for Cygwin.  Unfortunately, it will be difficult to fit
this cleanly into the Python Unix build infrastructure due to the extra
steps required to build an executable that exports symbols with the
current Cygwin binutils.

See attached for more details, if interested.

Thanks,
Jason
-------------- next part --------------
An embedded message was scrubbed...
From: Jason Tishler <jason@tishler.net>
Subject: Re: Creating C modules for Python under Cygwin
Date: Mon, 06 May 2002 12:59:22 -0400
Size: 5496
URL: <http://cygwin.com/pipermail/cygwin/attachments/20020508/0352c38d/attachment.eml>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list