[issue6377] distutils compiler switch ignored

Marc-Andre Lemburg report at bugs.python.org
Wed Jul 8 21:45:11 CEST 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Roumen Petrov wrote:
> Roumen Petrov <bugtrack at roumenpetrov.info> added the comment:
> 
> Trunk may be is not affected. I successfully cross-compile with GNU
> compiler for windows (see issue 3871).

It is affected in the sense that .compile was changed
to .compile_obj and that change breaks 3rd party setup.py
code which uses the compiler instance to run its own
compilations or needs to tweak the setup by e.g. adding
more libs or dirs to its configuration.

----------

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


More information about the Python-bugs-list mailing list