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 moog
Recipients moog
Date 2011-03-30.16:41:45
SpamBayes Score 6.2350744e-05
Marked as misclassified No
Message-id <1301503307.11.0.347710648609.issue11723@psf.upfronthosting.co.za>
In-reply-to
Content
Python2.7 has no proper support for mings64.  You can use environment path to trick compiler into using mings64, but this will cause conflict with other builds.
Adding a mings64 compiler options is much more sensible as both mingw32 and mings64 can co-exist. (mingw64 has a prefix for all it's exe's)

Suggest following patch, tested with mingw-w64-1.0-bin_i686-mingw_20110328 and Python-2.7.1(x64) on Windows7.

Diff attached.

See related issue 11722
History
Date User Action Args
2011-03-30 16:41:47moogsetrecipients: + moog
2011-03-30 16:41:47moogsetmessageid: <1301503307.11.0.347710648609.issue11723@psf.upfronthosting.co.za>
2011-03-30 16:41:46mooglinkissue11723 messages
2011-03-30 16:41:46moogcreate