> make[1]: Entering directory
'/home/simon.eves/scratch/gdal3/gdal-3.0.0/apps'
> /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/
libgdal.la  -o gdalinfo
> /home/simon.eves/scratch/gdal3/gdal-3.0.0/.libs/libgdal.so: undefined
reference to `proj_alter_name'

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.

Hope that helps!
Pete
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to