I just checked the sqlite-3_6_12-tea.tar.gz tarball on the website, and it contains no "3.6.11" text. Only "3.6.12". I think you have somehow obtained the wrong configure script.
On Mar 31, 2009, at 7:34 PM, Zbigniew Baniewski wrote: > The "configure" script included in tarball has entries, like f.e.: > > #! /bin/sh > # Guess values for system-dependent variables and create Makefiles. > # Generated by GNU Autoconf 2.63 for sqlite 3.6.11. > # > [..] > # Identity of this package. > PACKAGE_NAME='sqlite' > PACKAGE_TARNAME='sqlite' > PACKAGE_VERSION='3.6.11' > PACKAGE_STRING='sqlite 3.6.11' > PACKAGE_BUGREPORT='' > [..] > \`configure' configures sqlite 3.6.11 to adapt to many kinds of > systems. > [..] > if test -n "$ac_init_help"; then > case $ac_init_help in > short | recursive ) echo "Configuration of sqlite 3.6.11:";; > esac > cat <<\_ACEOF > [..] > sqlite configure 3.6.11 > generated by GNU Autoconf 2.63 > [..] > > ...and so on... (a few more) > > > Could the above have negative influence? > -- > pozdrawiam / regards > > Zbigniew Baniewski > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

