[issue3871] cross and native build of python for mingw32 with distutils

Amaury Forgeot d'Arc report at bugs.python.org
Sat Nov 13 01:19:16 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

> but the very very first thing that has to happen - before any of this
> work is begun - is for the distutils freeze to be lifted, or for 
> someone to come up with a _sensible_ alternative solution.

Tarek's approach looks right to me: mingw32 support in distutils should take the form of an external module that subclasses (when possible) or monkeypatches (on last resort) the standard distutils behavior.

The current patch makes too many changes in core distutils functions; it cannot be accepted in this form.  I'm sure that most of the needed changes can be made in a subclass of the present Mingw32CCompiler.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3871>
_______________________________________


More information about the Python-bugs-list mailing list