Closed GoogleCodeExporter closed 9 years ago
That is not really necessary because - to the best of my knowledge - that is
equivalent to specify the --compiler=mingw32 option when building a module. So
basically, without this configuration thing, the user is free to use MinGW or
MSVC
7.1, or any other compiler.
Original comment by pierre.raybaut
on 11 Sep 2008 at 2:26
Original comment by pierre.raybaut
on 12 Sep 2008 at 5:55
I complied a package with:
python.exe setup.py --compiler=mingw32 bdist_wininst
and got:
error: option --compiler not recognized
Das System kann die angegebene Datei nicht finden.
Original comment by tim.mich...@gmail.com
on 13 Nov 2008 at 10:50
But with the tutorial at:
http://www.scipy.org/Cookbook/CompilingExtensionsOnWindowsWithMinGW
it works.
Original comment by tim.mich...@gmail.com
on 13 Nov 2008 at 10:56
Original issue reported on code.google.com by
tim.mich...@gmail.com
on 8 Sep 2008 at 11:35Attachments: