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]
-----------------------------------------------------------------------------

Reply via email to