Closed GoogleCodeExporter closed 8 years ago
This error occurred by mingw.
gcc 4.6.x don't accept -mno-cygwin.
http://sourceforge.net/tracker/?func=detail&aid=3413937&group_id=200665&atid=974
439
To fix this error, remove -mno-cygwin option at Mingw32CCompiler class's
__init__ method in C:\python27\Lib\distutils\cygwinccompiler.py file.
Original comment by marun...@gmail.com
on 8 Mar 2012 at 3:41
Perfect. Thanks!
Original comment by Matthew....@gmail.com
on 8 Mar 2012 at 3:44
Is there a way to override this value rather than altering python proper source
code?
Original comment by rsyr...@gmail.com
on 8 Mar 2012 at 5:07
Going to close this since it doesn't seem as though its something we have
control over.
Original comment by rsyr...@gmail.com
on 3 Apr 2012 at 3:52
Original issue reported on code.google.com by
Matthew....@gmail.com
on 2 Mar 2012 at 6:23