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 cmcqueen1975
Recipients cmcqueen1975, loewis, python-dev
Date 2012-07-10.23:48:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341964099.37.0.832776195451.issue15315@psf.upfronthosting.co.za>
In-reply-to
Content
I've succeeded in building an extension for Python 3.3 (at least, on Windows XP, 32-bit; haven't tried any 64-bit), by the hack of copying libmsvcr100.a from a recent MinGW release (20120426) into an older MinGW release (20101030).

I haven't looked at MinGW releases to see if I can find one that supports both the -mno-cygwin option and msvcr100.

I guess the best solution for this is to resolve issue #12641 for Python 3.3.
History
Date User Action Args
2012-07-10 23:48:19cmcqueen1975setrecipients: + cmcqueen1975, loewis, python-dev
2012-07-10 23:48:19cmcqueen1975setmessageid: <1341964099.37.0.832776195451.issue15315@psf.upfronthosting.co.za>
2012-07-10 23:48:18cmcqueen1975linkissue15315 messages
2012-07-10 23:48:18cmcqueen1975create