[gdal-dev] libgdal runpath

Even Rouault even.rouault at spatialys.com
Mon Nov 26 03:34:05 PST 2018


On lundi 26 novembre 2018 12:51:57 CET Ari Jolma wrote:
> I'm building compartmentalized systems on servers. There may be several
> systems with different setups, thus library management is important.
> 
> I'm wondering why libgdal looks like this

GDAL configure only adds -L/path/to/lib to the LIBS, not
-Wl,-rpath,/path/to/lib (except for the JDK .so)

Adding rpath by default might be a good enhancement (but I suspect that this 
should be ammended in every place in configure.ac where we modify LIBS or set 
custom LIB variables)

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the gdal-dev mailing list