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, 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
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