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 christian.heimes
Recipients christian.heimes, cstratak, vstinner
Date 2018-01-24.14:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516803418.39.0.467229070634.issue32647@psf.upfronthosting.co.za>
In-reply-to
Content
-ldl is the correct fix here. https://fedoraproject.org/wiki/UnderstandingDSOLinkChange explains the problem. tl;dr linking with dl is required because the linker no longer adds indirect dependencies.

We can't just add dl unconditionally. You have to add a check.
History
Date User Action Args
2018-01-24 14:16:58christian.heimessetrecipients: + christian.heimes, vstinner, cstratak
2018-01-24 14:16:58christian.heimessetmessageid: <1516803418.39.0.467229070634.issue32647@psf.upfronthosting.co.za>
2018-01-24 14:16:58christian.heimeslinkissue32647 messages
2018-01-24 14:16:58christian.heimescreate