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

2016-01-25 Thread Gane R
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.

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

2016-01-25 Thread a . furieri
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 installe

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

2016-01-25 Thread Gane R
I got a source of sqlite3 from amalgation. I compiled on linux to get a static lib say libsqlite3.a I want to build GDAL with sqlite3 support, so I tried to use ./configure --with-sqlite3=path the path has include folder and lib folder (as subfolder) containing the libsqlite3.a gdal failed to d