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, <[email protected]> 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
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to