[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Ned Deily
Ned Deily added the comment: (Sorry, my original answer was great except it didn't actually work. Revisiting.) -- ___ Python tracker ___ _

[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg343439 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg343442 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Ned Deily
Ned Deily added the comment: Correction: DYLD_PRINT_LIBRARIES= /path/to/installed/location/python3 should be DYLD_PRINT_LIBRARIES= /path/to/installed/location/bin/python3 -- ___ Python tracker ___

[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Ned Deily
Ned Deily added the comment: For macOS, if I understand correctly what you want to do, the way to avoid using "install_name_tool" to modify the id name of the libpython* dynamic shared library is to pass the desired name to the link step when building the shared library using ld's "-install_

[issue37037] Enable rpath remapping in makefile

2019-05-24 Thread Steve Dower
New submission from Steve Dower : I'd like to be able to build libpython and have it already have the install path stripped out so I can use rpath instead. This libpython is going to be distributed with other applications. Right now, I'm running `install_name_tool -id "@rpath/libpython3.7m.dy