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 Arfrever
Recipients Arfrever, ahonkela, brian.curtin, christian.heimes, drkirkby, mdboom, tarek
Date 2010-03-23.17:28:56
SpamBayes Score 0.0023336005
Marked as misclassified No
Message-id <1269365339.91.0.528628425511.issue1222585@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-03-23 17:29:00Arfreversetrecipients: + Arfrever, mdboom, christian.heimes, ahonkela, tarek, brian.curtin, drkirkby
2010-03-23 17:28:59Arfreversetmessageid: <1269365339.91.0.528628425511.issue1222585@psf.upfronthosting.co.za>
2010-03-23 17:28:58Arfreverlinkissue1222585 messages
2010-03-23 17:28:58Arfrevercreate