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 Ringding
Recipients Ringding, cstratak, eric957, halfcoder, pitrou
Date 2019-02-15.10:27:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550226471.67.0.75450179858.issue29712@roundup.psfhosted.org>
In-reply-to
Content
I was having the same problem, and I just found out what it was: Because of -Wl,-rpath=..., this path gets baked into the binary, and LD_LIBRARY_PATH is ignored. So if you have a previous build lying around there, it will mess up the build.
History
Date User Action Args
2019-02-15 10:27:51Ringdingsetrecipients: + Ringding, pitrou, cstratak, halfcoder, eric957
2019-02-15 10:27:51Ringdingsetmessageid: <1550226471.67.0.75450179858.issue29712@roundup.psfhosted.org>
2019-02-15 10:27:51Ringdinglinkissue29712 messages
2019-02-15 10:27:51Ringdingcreate