MinGW and Python

Ross Ridge rridge at csclub.uwaterloo.ca
Tue Apr 25 16:10:15 EDT 2006


sturlamolden wrote:
> MinGW and Cygwin GCC is actually the same compiler.

Not exactly.  They're both GCC, but the MinGW compiler that you can
download from MinGW WWW site is a native Win32 appliction, while the
"MinGW" compiler included with Cygwin and invoked by "-mno-cygwin" is a
Cygwin application.

            Ross Ridge




More information about the Python-list mailing list