<div dir="ltr"><div dir="ltr"><div>> make[1]: Entering directory '/home/simon.eves/scratch/gdal3/gdal-3.0.0/apps'</div><div>> /bin/bash /home/simon.eves/scratch/gdal3/gdal-3.0.0/libtool --mode=link --silent g++  gdalinfo_bin.lo  /home/simon.eves/scratch/gdal3/gdal-3.0.0/<a href="http://libgdal.la/" target="_blank">libgdal.la</a>  -o gdalinfo</div><div>> /home/simon.eves/scratch/gdal3/gdal-3.0.0/.libs/libgdal.so: undefined reference to `proj_alter_name'</div></div><div dir="ltr"><br></div><div dir="ltr">I had a similar problems linking recently. I was building GDAL against a version of libcurl I built myself & got "undefined reference" to a few curl symbols. I was able to get past the link errors by running "configure --without-libtool ....". Later, I revisited the problem and found a potentially better solution: I made sure to uninstall my OS libcurl, build my own curl, then built GDAL. If the OS libcurl made it back onto the system after install, I needed to set LD_LIBRARY_PATH=/path/to/my/libcurl/lib:$LD_LIBRARY_PATH to avoid runtime errors.<div><br></div><div>Hope that helps!</div><div>Pete</div></div></div>