]> granicus.if.org Git - python/commit
This patch enables the building of Cygwin Python with a static core
authorJason Tishler <jason@tishler.net>
Thu, 4 Sep 2003 11:04:06 +0000 (11:04 +0000)
committerJason Tishler <jason@tishler.net>
Thu, 4 Sep 2003 11:04:06 +0000 (11:04 +0000)
commit3076559ea5d36d9795edc32e2fae7949b875d7ef
treee49bc5e2702644ded35d213f91a6465ada389523
parent8ad1dd7df11454abf51354e4f6ddef69167088f9
This patch enables the building of Cygwin Python with a static core
which still supports shared extensions. It takes advantage the latest
Cygwin binutils (i.e., 20030901-1) which can export symbols from
executables:

http://cygwin.com/ml/cygwin-announce/2003-09/msg00002.html

Additionally, it finally lays to rest the following mailing list
subthread:

http://mail.python.org/pipermail/python-list/2002-May/102500.html

I tested the patch under Red Hat Linux 8.0 too
Include/pyport.h
Makefile.pre.in
configure
configure.in