> > How would I do a "non-libtool build" ? --without-libtool
> > Maybe a better questions is: > > why is gdal trying to build a static library when --disable-static is > specified? Is there any way to _really_ disable static ? GDAL build system uses autoconf, but not automake. The makefile are hand written, so some of the autoconf options will have no real effect. If you want to disable the static lib, the best is to delete manually libgdal.a after libgdal.so has been generated. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
