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 martin.panter
Recipients David.Edelsohn, Michael.Felt, aixtools@gmail.com, eric.araujo, haubi, larry, martin.panter, pelson, pitrou, python-dev
Date 2016-10-26.00:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477442628.76.0.812807997108.issue18235@psf.upfronthosting.co.za>
In-reply-to
Content
Michael F.: It sounds like you have three separate but related problems:

1. Confusion between LDSHARED and BLDSHARED referring to the in-source build tree vs final installed files. I think this is what David and Michael H. were originally trying to fix here.

2. Only BLDSHARED has an extra -L flag. Where is the code that adds it? I can’t find it in configure.ac in either Python 3 or 2 versions.

3. BLDSHARED also fails to work for out-of-tree builds, because it refers to the build tree (.) rather than the source tree. This sounds like another bug to me; do you want to make a patch?
History
Date User Action Args
2016-10-26 00:43:48martin.pantersetrecipients: + martin.panter, pitrou, larry, eric.araujo, haubi, python-dev, pelson, David.Edelsohn, Michael.Felt, aixtools@gmail.com
2016-10-26 00:43:48martin.pantersetmessageid: <1477442628.76.0.812807997108.issue18235@psf.upfronthosting.co.za>
2016-10-26 00:43:48martin.panterlinkissue18235 messages
2016-10-26 00:43:47martin.pantercreate