[issue1222585] C++ compilation support for distutils

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Tue Mar 23 18:28:59 CET 2010


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

To have proper support for C++ linking in distutils2 at least in when used with Python 2.7, Makefile should set a variable, which will specify default C++ linker. I think that LDCXXSHARED can be used as a name for this new variable. I'm attaching the patch for configure.in and Makefile.pre.in.

----------
Added file: http://bugs.python.org/file16630/python-LDCXXSHARED.patch

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


More information about the Python-bugs-list mailing list