<div dir="ltr"><div><div>Thanks for you timely response<br><br></div>I got it detected, what should be used for building GDAL with Windows,<br><br></div>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.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 25, 2016 at 3:33 PM,  <span dir="ltr"><<a href="mailto:a.furieri@lqt.it" target="_blank">a.furieri@lqt.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 25 Jan 2016 15:20:13 +0530, Gane R wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I got a source of sqlite3 from amalgation. I compiled on linux to get<br>
a static lib say libsqlite3.a<br>
<br>
</blockquote>
<br></span>
Hi Gene,<br>
<br>
starting from the amalgamation sources definitely isn't the best option,<br>
becauseĀ  this way libsqlite3 will not be correctly installed.<br>
(amalgamation is mainly intended for simple self-standing applications<br>
directly linking the sqlite binary object code).<br>
<br>
you simply have to download the "autoconf" sources [1] then performing<br>
a canonical build and that's all:<br>
<br>
./configure<br>
make<br>
sudo make install<br>
<br>
[1] <a href="https://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz" rel="noreferrer" target="_blank">https://www.sqlite.org/2016/sqlite-autoconf-3100200.tar.gz</a><br>
<br>
bye Sandro<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a></blockquote></div><br></div>