Message340713
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. |
|
Date |
User |
Action |
Args |
2019-04-23 10:58:36 | vstinner | set | recipients:
+ vstinner |
2019-04-23 10:58:36 | vstinner | set | messageid: <1556017116.91.0.000574700561681.issue36659@roundup.psfhosted.org> |
2019-04-23 10:58:36 | vstinner | link | issue36659 messages |
2019-04-23 10:58:36 | vstinner | create | |
|