On jeudi 12 décembre 2019 22:37:32 CET Sean Darcy wrote: > Building gdal-2.4.3 on Fedora 31, gcc-9.2.1. This happens even though > configure has --disable-static, which is recognized: > > checking whether to build shared libraries... yes > checking whether to build static libraries... no > > Any suggestions appreciated.
You are doing a manual "make 8211dump" from frmts/iso8211, right ? Well, as this is mostly debug stuff not built by default, support for static builds might be broken. You may need to tweek the makefile. Works at least for me for a shared + non-libtool build. -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
