
report at bugs
Jul 10, 2012, 4:48 PM
Post #8 of 8
(222 views)
Permalink
|
|
[issue15315] Can't build Python extension with mingw32 on Windows
[In reply to]
|
|
Craig McQueen <python [at] craig> added the comment: 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. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15315> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|