Christian Heimes <[email protected]> added the comment: -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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32647> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
