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 dstanek
Recipients dstanek
Date 2008-03-21.16:41:33
SpamBayes Score 0.14307125
Marked as misclassified No
Message-id <1206117698.01.0.240143600903.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
I was having an issue building extension with a fresh checkout of
revision 61699. distutils was using the UnixCCompiler. This is not able
to find thec correct libraries to link against. I made a few changes in
this patch:

* distutils now uses the CygwinCCompiler when building extensions on the
Cygwin platform
* CygwinCCompiler.static_lib_extension needed to be .lib.a instead of
just .a
* Added some files to the svn:ignore property on a handful of directories.
History
Date User Action Args
2008-03-21 16:41:38dstaneksetspambayes_score: 0.143071 -> 0.14307125
recipients: + dstanek
2008-03-21 16:41:38dstaneksetspambayes_score: 0.143071 -> 0.143071
messageid: <1206117698.01.0.240143600903.issue2445@psf.upfronthosting.co.za>
2008-03-21 16:41:36dstaneklinkissue2445 messages
2008-03-21 16:41:36dstanekcreate