Hi,
I am using SuSE 10 enterprise server. I installed the latest version of TCL/tk but now when I install expect, I get an error saying
Code:
checking if stty reads stdout... no
checking if running Solaris... no
checking for sin... no
checking for Tcl private headers... checking for tclInt.h... no
configure: error: Can't find Tcl private headers
So I used
--with-tclinclude argument to specify the path where I found
tclInt.h header file.
Code:
./configure --with-tclinclude /root/Desktop/tcl/tcl8.4.19/generic
But I still get the following error when installe expect.
Code:
checking if running Solaris... no
checking for sin... no
checking for Tcl private headers... configure: error: yes directory doesn't contain private headers
What am I doing wrong?