This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jlt63
Recipients christian.heimes, dstanek, jayvee, jlt63, ocean-city, rpetrov
Date 2008-09-24.11:54:09
SpamBayes Score 6.99817e-06
Marked as misclassified No
Message-id <1222257250.53.0.776806759012.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the patch, cygwin-smaller.diff, is correct. The value of 
static_lib_extension needs to remain ".a". Otherwise, shared 
extensions attempting to build against a library that only offers a 
static version will fail to link.

AFAICT, Cygwin needs a concept that is not currently supported by 
distutils -- the ability to specify a shared library *link* extension 
(i.e., ".dll.a") which is different from the shared library extension 
(i.e., ".dll"). On Unix they are the same (e.g., ".so"), but on Cygwin 
they are different because of how Windows handles DLLs -- import 
library versus DLL.
History
Date User Action Args
2008-09-24 11:54:10jlt63setrecipients: + jlt63, dstanek, ocean-city, christian.heimes, jayvee, rpetrov
2008-09-24 11:54:10jlt63setmessageid: <1222257250.53.0.776806759012.issue2445@psf.upfronthosting.co.za>
2008-09-24 11:54:09jlt63linkissue2445 messages
2008-09-24 11:54:09jlt63create