On Mon, 2005-02-21 at 06:08 -0500, D. Richard Hipp wrote: > The file tclsqlite.c is the TCL interface to SQLite. > You do not need to compile that file in order to build > just the SQLite library. You do need the TCL interface > in order to do "make test" because most of the test code > is written in TCL. But "make test" is not necessary to > build the library. >
I am mistaken. It appears I changed the Makefile for 3.1.0 so that it compiles the TCL interface by default. If this is not what you want, just add --disable-tcl to ./configure. -- D. Richard Hipp <[EMAIL PROTECTED]>