Wrapper round x86 Assembler

Andrew MacIntyre andymac at bullseye.apana.org.au
Fri Apr 16 19:26:09 EDT 2004


On Fri, 16 Apr 2004, Fuzzyman wrote:

> MinGW seems easy enough to install - I've even compiled example C
> programs with gcc - but getting disutils to use it is another
> matter...

Distutils won't use MinGW by default, as VS6 is the "native" compiler.

You use MinGW by specifying the compiler on the command line with the
"-compiler=mingw" option to the setup script - note that this is from
memory, but there is a page on www.python.org that contains more
information about using MinGW to build extensions.

--
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen  ACT  2616
Web:    http://www.andymac.org/               |        Australia




More information about the Python-list mailing list