Joshua J Cogliati added the comment:

I looked and the autoconf variable for the c++ linker is CXXLINK, so I think 
the proper way to fix this would be to change sysconfig.py to look at both 
CXXFLAGS and CXXLINK, and create those and use it to define a cxxlink variable, 
and only if they are missing should we actually try to do some of the magic 
that is currently used.

Also, my patches (fix-distutils-*.patch) do not always work, because sometimes 
the c compiler cannot link the c++ code.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8027>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to