I got the CVS version and it mostly works, but I'm hitting a bug in mingw32 gcc now (which, after some investigation, may have been fixed in a later version than the current release). At least I can take the processed amalgamation and use it in a VS2k5 project.
Note: SQLITE_ENABLE_IOTRACE doesn't appear to work either, unless I need to pass it to configure as well. [EMAIL PROTECTED] ~/bld $ make OPTS="-DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_ENABLE_RTREE -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT" ... libtool: compile: gcc -DSQLITE_OS_WIN=1 -I. -I../sqlite/src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -IC:/Tcl/include -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_ENABLE_RTREE -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -DUSE_TCL_STUBS=1 -c ../sqlite/src/tclsqlite.c -DDLL_EXPORT -DPIC -o .libs/tclsqlite.o ../sqlite/src/tclsqlite.c: In function `Sqlite3_Init': ../sqlite/src/tclsqlite.c:2524: internal compiler error: in rest_of_handle_final, at toplev.c:2067 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. make: *** [tclsqlite.lo] Error 1 JAB -- John A. Belli Software Engineer Refrigerated Transport Electronics, Inc. http://www.rtelectronics.com _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

