Mixing different versions of libstdc++ when linking libgdal.so is definitely
not a good idea and would likely cause runtime crashes. You should do a "ldd
libgdal.so" to check that it doesn't occur (it could occur for example if the
GDAL build itself is against one libstdc++ version, and some lib
hi list,
The gdal 1.4.0 that I built 12 months ago (and were running fine) now
core dumps when I just type "gdalinfo" or "gdalwarp" Error message:
"Floating exception (core dumped)".
Has anyone seen this kind of problem?
I then built gdal 1.5.3 but still getting the same error.
Note that my Lin