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
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to