This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Joshua.J.Cogliati
Recipients Alexander.Sulfrian, Joshua.J.Cogliati, Xuefer.x, dstufft, eric.araujo, jrincayc, ned.deily, ronaldoussoren, tarek
Date 2015-04-08.22:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428530893.29.0.813371738012.issue8027@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-04-08 22:08:13Joshua.J.Cogliatisetrecipients: + Joshua.J.Cogliati, ronaldoussoren, tarek, ned.deily, eric.araujo, jrincayc, Xuefer.x, Alexander.Sulfrian, dstufft
2015-04-08 22:08:13Joshua.J.Cogliatisetmessageid: <1428530893.29.0.813371738012.issue8027@psf.upfronthosting.co.za>
2015-04-08 22:08:13Joshua.J.Cogliatilinkissue8027 messages
2015-04-08 22:08:13Joshua.J.Cogliaticreate