[issue12641] Remove -mno-cygwin from distutils

Éric Araujo report at bugs.python.org
Wed Jul 27 17:03:49 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

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.)

----------
assignee: tarek -> eric.araujo
components: +Distutils2
nosy: +alexis
type: compile error -> behavior
versions: +Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22775/pastie-2274486

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12641>
_______________________________________


More information about the Python-bugs-list mailing list