[issue9437] can't build extensions with non-default ldflags (e.g. -m32)

Antoine Pitrou report at bugs.python.org
Sun Oct 24 17:42:57 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> These changes cause some regressions:
> - distutils builds third-party extensions with LDFLAGS, which were
> used to build CPython. (This is more important regression.)
>   This problem concerns Python 2.7 and 3.2.

Well, is this a problem? This sounds like the expected behaviour to me.
Especially if Python was packaged was someone else and you don't want
the user to manually set LDFLAGS each time they run a setup.py.

----------

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


More information about the Python-bugs-list mailing list