On 12/15/19 12:02 PM, Even Rouault wrote:
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


So --without-libtool worked. I had to fix some fedora quirks, but it built on koji, the fedora build server:

https://koji.fedoraproject.org/koji/taskinfo?taskID=39645827

Thanks for all your work. This program is extremely helpful. I amazed how good it is.

sean

_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to