Hello I am trying to build GDAL 3.9.3 using CMAKE and want to avoid the symbol clash between GDAL and external libgeotiff and external TIFF libraries.
I have enabled the GDAL internal TIFF and GEOTIFF with below CMAKE options <arg value="-DGDAL_USE_LIBTIFF_INTERNAL=ON"/> <arg value="-DGDAL_USE_GEOTIFF_INTERNAL=ON"/> But i am confused which of the below is valid option to rename the internal symbols so that they don't clash with the external libraries symbols. All of the below 4 are present in GDAL 3.9.3 code base and I am unable to figure out which one to use <arg value="-DRENAME_INTERNAL_LIBTIFF_SYMBOLS=ON"/> <arg value="-DRENAME_INTERNAL_LIBGEOTIFF_SYMBOLS=ON"/> <arg value="-DRENAME_INTERNAL_GEOTIFF_SYMBOLS=ON"/> <arg value="-DRENAME_INTERNAL_TIFF_SYMBOLS=ON"/> Can anyone please suggest? Best regards, Parveen
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev