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 phaering
Recipients phaering
Date 2010-07-29.17:07:00
SpamBayes Score 7.337887e-06
Marked as misclassified No
Message-id <1280423222.23.0.51081739049.issue9419@psf.upfronthosting.co.za>
In-reply-to
Content
test_distutils fails with 2.7 on a shared build (at least if building outside the source tree), 2.6 versions work. The reason for this is, that the test tries to link and doesn't find libpython-2.7.so.1.

A solution (or workaround) is to add LDFLAGS=-L`pwd` to the variable RUNSHARED, as I did in the attached file for SUNOS and GNU/Linux etc. Other systems probably need some similar patch.
History
Date User Action Args
2010-07-29 17:07:02phaeringsetrecipients: + phaering
2010-07-29 17:07:02phaeringsetmessageid: <1280423222.23.0.51081739049.issue9419@psf.upfronthosting.co.za>
2010-07-29 17:07:00phaeringlinkissue9419 messages
2010-07-29 17:07:00phaeringcreate