[gdal-dev] Build gdal with sqlite3 support on linux

Gane R gane.prog at gmail.com
Mon Jan 25 02:38:44 PST 2016


Thanks for you timely response

I got it detected, what should be used for building GDAL with Windows,

For Windows I used an amagation version I wrote script to build as static
lib and ignored the default libs and got a static lib and build GDAL with
sqlite3. It worked, its that fine on windows.

On Mon, Jan 25, 2016 at 3:33 PM, <a.furieri at lqt.it> wrote:

> On Mon, 25 Jan 2016 15:20:13 +0530, Gane R wrote:
>
>> I got a source of sqlite3 from amalgation. I compiled on linux to get
>> a static lib say libsqlite3.a
>>
>>
> Hi Gene,
>
> starting from the amalgamation sources definitely isn't the best option,
> because  this way libsqlite3 will not be correctly installed.
> (amalgamation is mainly intended for simple self-standing applications
> directly linking the sqlite binary object code).
>
> you simply have to download the "autoconf" sources [1] then performing
> a canonical build and that's all:
>
> ./configure
> make
> sudo make install
>
> [1] https://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz
>
> bye Sandro
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20160125/35ce46f9/attachment.html>


More information about the gdal-dev mailing list