pythonz
pythonz copied to clipboard
Add RPATH to executable ?
Hi,
I think it would be good to compile with the "RPATH" link dynamic feature by default. where it's available at least.
that way the installation directory can be relocated anywhere and the python binary will use the correct python shared library (libpython.so).
For ref: https://en.wikipedia.org/wiki/Rpath
I could manage to pass the LDFLAGS on command line with -C or by exporting LDFLAGS env variable before starting pythonz install but I find that it's worth to have it enabled by default.
What do you think ?