Re: [gdal-dev] Creating plugins for most formats

2015-10-09 Thread Even Rouault
Larry, > > I am curious how hard it would be to build the core GDAL/OGR libs, then > have most formats created as driver plugins, instead of directly linked > from the main libs? > > Reason: at Homebrew (and in other situations) every time one of the linked > libs is updated then GDAL/OGR has to

[gdal-dev] Creating plugins for most formats

2015-10-09 Thread Larry Shaffer
Hi, I am curious how hard it would be to build the core GDAL/OGR libs, then have most formats created as driver plugins, instead of directly linked from the main libs? Reason: at Homebrew (and in other situations) every time one of the linked libs is updated then GDAL/OGR has to be rebuilt as wel