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 vstinner
Recipients vstinner
Date 2019-04-23.10:58:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556017116.91.0.000574700561681.issue36659@roundup.psfhosted.org>
In-reply-to
Content
I'm also confused by the diversity of ways to declare runtime paths. I found these linker flags related to rpath:

* -rpath=PATH
* -rpath-link=PATH
* -R FILENAME, --just-symbols=FILENAME: "Read symbol names and their addresses from FILENAME, (...). For compatibility with other ELF linkers, if the -R option is followed by a directory name, rather than a file name, it is treated as the -rpath option."
* --enable-new-dtags, --disable-new-dtags: "new dynamic tags in ELF"

configure and Makefile manipulates *compiler* flags, not *linker* flags, and so options like "-Wl,-rpath=PATH" is used: "-Wl,OPTION" pas OPTION as an option to the linker.
History
Date User Action Args
2019-04-23 10:58:36vstinnersetrecipients: + vstinner
2019-04-23 10:58:36vstinnersetmessageid: <1556017116.91.0.000574700561681.issue36659@roundup.psfhosted.org>
2019-04-23 10:58:36vstinnerlinkissue36659 messages
2019-04-23 10:58:36vstinnercreate