Re: [gdal-dev] CMake: undefined reference to symbol dlerror

2022-05-03 Thread Javier Jimenez Shaw
Sorry for the noise. After some more research, it looks like the old GDAL compilation/linking was hiding a problem with boost (in particular boost::dll::program_location()). Now with the new GDAL cmake compilation, the dependency with libdl is probably different, and our code does not link. The lin

Re: [gdal-dev] CMake: undefined reference to symbol dlerror

2022-05-03 Thread Kai Pastor, DG0YT
Am 02.05.22 um 14:12 schrieb Javier Jimenez Shaw: If I understood the example you mention correctly, it is a direct dependency of GDAL: the executable test_cpp links directly with GDAL. Our problem is that we have a library (ioimage), that links with GDAL. The error appears when we try to compil