John,

The configure script is looking for the location of a file named tclConfig.sh. On Fedora Core 4, that file is provided when you install the tcl-devel package.

Here is the ../configure incantation (taken from ../configure --help):

--with-tcl=DIR directory containing tcl configuration (tclConfig.sh)

alternatively, you could compile with this:

--disable-tcl

You may want to recompile with the --disable-tcl option.

If you decide to install the tcl-devel package, you can also recompile SQLite and point it at the directory that has tclConfig.sh.

Bob

JohnD wrote:

Bob,

I was able to compile on Linux after removing tclsqlite.c from the build. It appears as though that was causing my errors. Once I removed that, by changing

HAVE_TCL = 1
to
HAVE_TCL =

It compiled without errors. I found this in another thread which indicated, to me at least, that it wouldn't be needed unless I wanted to use the TCL shell, which I don't.

Thanks,
John

Robert L Cochran wrote:

Post the error messages and someone will help you. I'll also check for messages after work tonight. There are others on this forum who are far more knowledgable than I.






Reply via email to