>When trying to install 3.4.2 without tcl (--disable-tcl) it all works >ok during compilation, but when trying to install, the install script >tries to run the tclsh command. > >Is this normal? >Thank you
If you're building on Windows, using MSYS, I think it isn't normal, and I wrote a few days ago about that but no one replied. Just scroll back to 20 Aug in the mailing list archive to see my post. Anyway here is the solution that worked for me: 1) configure --disable-tcl 2) edit Makefile changing this two rows (adding ".$(TEXE)" after sqlite3): install: sqlite3.($TEXE) libsqlite3.la sqlite3.h ${HAVE_TCL:1=tcl_install} $(LTINSTALL) sqlite3.($TEXE) $(DESTDIR)$(exec_prefix)/bin 3) make 4) make install 5) have fun Best Paolo Bormida P.S. I think you might wish to run configure with the --prefix option as well, otherwise MSYS will install the binaries and dlls under /usr/bin nistead of the same directory where you unpacked sqlite sources. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------