[Python-Dev] mingw support?

Sturla Molden sturla at molden.no
Wed Aug 11 15:21:15 CEST 2010


"David Cournapeau":
> Autotools only help for posix-like platforms. They are certainly a big
> hindrance on windows platform in general,

That is why mingw has MSYS.

mingw is not just a gcc port, but also a miniature gnu environment for
windows. MSYS' bash shell allows us to do things like:

$ ./configure
$ make && make install



Sturla



More information about the Python-Dev mailing list