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 eric.araujo
Recipients alexis, eric.araujo, jonforums, rubenvb, schmir, tarek
Date 2011-07-27.15:03:48
SpamBayes Score 3.709944e-08
Marked as misclassified No
Message-id <1311779029.83.0.190115591952.issue12641@psf.upfronthosting.co.za>
In-reply-to
Content
Hi!  Thanks for the report.  This can’t be fixed in 2.5, 2.6 or 3.1, which are in security-fix only mode, but we can do something for the active branches.

A quick web search finds reference of this deprecation/removal as far as 2007.  Does anyone have more official documentation?  If we can find the first gcc version that deprecates this option, then I’ll be able to make a patch with a version check (in order not to change previously working code).

(In the future, it would be nice of you not to use URL obfuscators or pastebins. Such services offer no guarantee of continued availability of hosted resources or links, but it is useful to keep information on this bug tracker for future reference.  Thank you.

The first link is this: http://hg.python.org/cpython/file/4feb889d3bed/Lib/distutils/cygwinccompiler.py#l296
The second: http://stackoverflow.com/questions/6034390/compiling-with-cython-and-mingw-produces-gcc-error-unrecognized-command-line-op
The compile log from the third link is attached as a file.)
History
Date User Action Args
2011-07-27 15:03:50eric.araujosetrecipients: + eric.araujo, schmir, tarek, rubenvb, alexis, jonforums
2011-07-27 15:03:49eric.araujosetmessageid: <1311779029.83.0.190115591952.issue12641@psf.upfronthosting.co.za>
2011-07-27 15:03:49eric.araujolinkissue12641 messages
2011-07-27 15:03:49eric.araujocreate