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 matejcik
Recipients barry, eric.araujo, matejcik, tarek, valeo
Date 2010-08-26.13:23:01
SpamBayes Score 2.809203e-07
Marked as misclassified No
Message-id <1282828984.0.0.928217344911.issue9539@psf.upfronthosting.co.za>
In-reply-to
Content
this affects 2.7 as well. the problem was introduced by r78136 which skips out of the directory containing newly built libpython2.7, so the linking command cannot find it in -L. and fails (unless a systemwide libpython is already present)

the tests should probably specify that they want to link to a specific file, instead of relying on -lpython
however, i have no idea how to do that in general, let alone within distutils :/

see also issue8335
History
Date User Action Args
2010-08-26 13:23:04matejciksetrecipients: + matejcik, barry, tarek, eric.araujo, valeo
2010-08-26 13:23:04matejciksetmessageid: <1282828984.0.0.928217344911.issue9539@psf.upfronthosting.co.za>
2010-08-26 13:23:02matejciklinkissue9539 messages
2010-08-26 13:23:01matejcikcreate