Dear SQLite Team,

I am experiencing the following bug in the tcl package:

First the configure script does not correctly recognize the tcl location. 
Anyhow I made it working using the amalgamation file and the gcc command below:

gcc -v -DSQLITE_OS_WIN -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS4 
-DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE 
-I$INSTALLDIR/include -L$INSTALLDIR/lib/ -shared tclsqlite3.c -o tclsqlite3.dll 
?ltcl86


This works fine in 64bit builds ? sqlite3 loads fine and tcl exits normally 
after tclsh [exit]
In 32bit builds sqlite3 loading goes fine, but on [exit] I got a crash with 
?This application has requested the Runtime to terminate it in an unusual way. 
....?

Currently I am building on Win7 with MinGW32 and MinGW64. sqlite3 is latest 
cloned from here http://www.sqlite.org/cgi/src
Tcl is also the latest release you can get hands on: 8.6.5

I was wondering if anyone is running a similar configuration, if the configure 
script for the tclpackage is still maintained, and if there is interest in 
cleaning this up?

Regards

Reply via email to