|
[lfs@buddy expect-5.39]$ ./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no
configuring Expect 5.39.0
checking for autoconf... yes
checking configure up to date... yes
---------
-----------
checking for sys/wait.h that is POSIX.1 compatible... yes
checking if running Mach... no
checking if running MachTen... no
checking if on Pyramid... no
checking if on Apollo... no
checking if on Interactive... no
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
[lfs@buddy expect-5.39]$
安装tcl8.4.4时,cvs上有:
make install
重要: 不要删除tcl8.4.4 源码目录,因为下一个软件包还需要源码中的头文件.
看来./configure时的确要找tcl的头文件,但是我用find命令根本没有找到tclInt.h这个文件啊。
但是expect用tcl的头文件而configure中没有指名源码在哪儿,根本不知道怎么去找啊。 |
|