Hello, I'm trying to compile SQLite 3.5.4 and I'm having the following problem: first, it does not detect anymore if TCL is present or not, so I added the --disable-tcl option to the configure, but even with this option I'm getting the following:
$ configure CC=xlc_r CXX=xlC_r --prefix=/workspace/usr --enable-threadsafe --enable-cross-thread-connections --disable-tcl ... $ gmake ... tclsh ./tool/mksqlite3c.tcl gmake: tclsh: Command not found gmake: *** [sqlite3.c] Error 127 (Installing TCL is not an option) Thanks, Darío ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

