Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-08-04 Thread Earnie
Jon wrote: > i'm also trying to get enough background info on this one to create a > fairly lightweight, python-only patch to the 2.7 codebase using > something similar to the following > import subprocess import re output = subprocess.check_output(['gcc', '-dumpspecs']) print re.sea

Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-08-04 Thread Earnie
Jon wrote: > i'm also trying to get enough background info on this one to create a > fairly lightweight, python-only patch to the 2.7 codebase using > something similar to the following > import subprocess import re output = subprocess.check_output(['gcc', '-dumpspecs']) print re.sea

Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-08-03 Thread Jon
> >>> In order to get Python distutils fixed here: > >>> http://bugs.python.org/issue12641 > >>> > >>> We need to know when the -mno-cygwin option was rendered > >>> unnecessary. The documentation conflicts itself, as explained in > >>> the bug report. The commit removing the option is at the GCC 4

Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-08-03 Thread Earnie
Jon wrote: >>> In order to get Python distutils fixed here: >>> http://bugs.python.org/issue12641 >>> >>> We need to know when the -mno-cygwin option was rendered >>> unnecessary. The documentation conflicts itself, as explained in >>> the bug report. The commit removing the option is at the GCC 4.

Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-08-03 Thread Jon
> > In order to get Python distutils fixed here: > > http://bugs.python.org/issue12641 > > > > We need to know when the -mno-cygwin option was rendered unnecessary. > > The documentation conflicts itself, as explained in the bug report. > > The commit removing the option is at the GCC 4.4 timeframe

Re: [Mingw-w64-public] GCC's -mnocygwin option

2011-07-28 Thread Earnie
Ruben Van Boxem wrote: > In order to get Python distutils fixed here: > http://bugs.python.org/issue12641 > > We need to know when the -mno-cygwin option was rendered unnecessary. > The documentation conflicts itself, as explained in the bug report. > The commit removing the option is at the GCC 4.

[Mingw-w64-public] GCC's -mnocygwin option

2011-07-28 Thread Ruben Van Boxem
In order to get Python distutils fixed here: http://bugs.python.org/issue12641 We need to know when the -mno-cygwin option was rendered unnecessary. The documentation conflicts itself, as explained in the bug report. The commit removing the option is at the GCC 4.4 timeframe, but the 4.6 documenta