On Tue, Nov 3, 2020 at 2:44 PM Lars Sunde <[email protected]> wrote: > > Hello, > > Does GDAL 3.0.4 support being statically linked with Proj 6.2.1? > > Environment is RedHat 7.2 (64 bit) and GCC 9.3. > > We have successfully built Proj 6.2.1 as static library. The proj build > folder is located at /tmp/proj and contains /tmp/proj/lib/libproj.a. > > We have tried below command to configured gdal but it failed with error > message "configure error: PROJ 6 symbols not found" > ./configure ---with-proj=/tmp/proj
Please check towards the end of the file "config.log" which is generated by "configure". It may contain the error message. Best, Markus _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
