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.

作者 cdavid
收信人 cdavid, loewis
日期 2009-03-27.05:06:00
SpamBayes Score 0.00046494056
Marked as misclassified
Message-id <1238130362.62.0.059462460856.issue4709@psf.upfronthosting.co.za>
In-reply-to
内容
I think compiling python itself with it would be quite difficult - I
have never attempted it. My 'scenario' is building extensions against
the official python for amd64 on windows.

The quickest way to test the patch would be as follows:
 - take a native toolchain (by native, I mean runs on and target 64 bits
windows subsystem - I have not tested cross compilation, or even using
32 bits toolchain on WoW). The one from equations.com is recent and runs
well:

http://www.equation.com/servlet/equation.cmd?call=fortran

 - builds a hello-world like python extension from the command line:

http://projects.scipy.org/numpy/wiki/MicrosoftToolchainSupport (I am
sorry, the wiki page is bit messy, I will clean it up).

Since we use our own distutils extensions in numpy, I don't know how
much is needed for support at the stdlib distutils level. If that's
something which sounds interesting to python itself, I am willing to add
support in python proper for mingw-w64.
历史
日期 用户 动作 参数
2009-03-27 05:06:02cdavid修改recipients: + cdavid, loewis
2009-03-27 05:06:02cdavid修改messageid: <1238130362.62.0.059462460856.issue4709@psf.upfronthosting.co.za>
2009-03-27 05:06:01cdavid链接issue4709 messages
2009-03-27 05:06:00cdavid创建