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.

作者 eric.araujo
收信人 Seppo.Yli-Olli, alexis, eric.araujo, jonforums, loewis, rpetrov, rubenvb, santoso.wijaya, schmir, tarek
日期 2011-10-27.16:03:55
SpamBayes Score 4.5133913e-08
Marked as misclassified
Message-id <1319731436.84.0.934521461893.issue12641@psf.upfronthosting.co.za>
In-reply-to
内容
> Would it be practical to have a trivial compilation test to see if we
> are capable of using GCC with -mno-cygwin and if so, use it, otherwise
> drop off? I think GNU autotools uses a similar strategy for detecting
> compiler capabilities.

The config command does such things, but the compiler classes don’t.  I’d prefer something more lightweight, like a version check (see msg141231).
历史
日期 用户 动作 参数
2011-10-27 16:03:56eric.araujo修改recipients: + eric.araujo, loewis, schmir, tarek, rpetrov, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums
2011-10-27 16:03:56eric.araujo修改messageid: <1319731436.84.0.934521461893.issue12641@psf.upfronthosting.co.za>
2011-10-27 16:03:56eric.araujo链接issue12641 messages
2011-10-27 16:03:55eric.araujo创建