Thanks Dennis. I still get the error. Is it possible that my tclConfig.sh file is not well configured?
Is there any parameter that I should look for? Thanks, Dori -----Original Message----- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 5:18 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Error during compilation of sqlite-3.3.8 Dori Meshulam wrote: > I found tcl.h under '/usr/local/include', but when I run make after > "configure --with-tcl=/usr/local/include" I get the following error: > > "checking for Tcl configuration... configure: error: > /usr/local/include/tcl.h directory doesn't contain tclConfig.sh" > > tclConfig.sh is under /usr/local/lib. > > Should I ask the administrator to copy it into /usr/local/include or is > there other way to pass this error? > > Dori, Martin's answer was almost correct. You should use locate to find the file tclConfig.sh and use that location on the --with-tcl directive. Th tclConfig.sh is a shell script that will provide additional information to locate other parts of your TCL installation (like the tcl.h header file). HTH Dennis Cote ------------------------------------------------------------------------ ----- To unsubscribe, send email to [EMAIL PROTECTED] ------------------------------------------------------------------------ ----- This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------