[gdal-dev] gdal-2.4.3 build dies at libiso8211.a

sean darcy seandarcy2 at gmail.com
Tue Dec 17 12:22:45 PST 2019


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



More information about the gdal-dev mailing list