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 danmbox
Recipients RubyTuesdayDONO, Seppo.Yli-Olli, alexis, cmcqueen1975, danmbox, doko, eric.araujo, geertj, jonforums, jwilk, loewis, pje, rpetrov, rubenvb, santoso.wijaya, schmir, tarek
Date 2013-02-23.08:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361607855.98.0.644801291496.issue12641@psf.upfronthosting.co.za>
In-reply-to
Content
Guys, this looks really bad and inconveniences a lot of users. You install the latest MinGW and Distutils from their default location, try using them on **anything that requires compilation**, and get the cryptic gcc -mno-cygwin error (after having to edit the obscure distutils.cfg, of course).

Aren't Python / distutils supposed to be cross-platform? It's already hard enough to find distutils / pip setup instructions for Windows, shouldn't they at least **work**? After removing -mno-cygwin from cygwincompiler.py, I get another obscure -mdll error. This is ridiculous.

If you can't agree on a patch that detects both new and old compilers, can't you split cygwincompiler.py into several versions, or somehow provide separate mingw32-old and mingw32-new options?
History
Date User Action Args
2013-02-23 08:24:16danmboxsetrecipients: + danmbox, loewis, doko, pje, geertj, schmir, tarek, jwilk, eric.araujo, rpetrov, cmcqueen1975, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums, RubyTuesdayDONO
2013-02-23 08:24:15danmboxsetmessageid: <1361607855.98.0.644801291496.issue12641@psf.upfronthosting.co.za>
2013-02-23 08:24:15danmboxlinkissue12641 messages
2013-02-23 08:24:15danmboxcreate