|
常规的编译:
- cd /home/stesen/downloads/
- tar xf insight-6.8-1.tar.bz2
- cd insight-6.8-1
- ./configure --prefix=/home/stesen/tools/insight --disable-werror
- make
- make install
复制代码
一开始使用正常
然后删掉编译用的insight-6.8-1目录,再启动就出现:
Tcl_Init failed: Can't find a usable init.tcl in the following directories:
/home/stesen/downloads/insight-6.8-1/tcl/library {} /home/stesen/tools/share/tcl8.4 /home/stesen/share/tcl8.4 /home/stesen/tools/library /home/stesen/library /home/stesen/tcl8.4.1/library /home/tcl8.4.1/library
This probably means that Tcl wasn't installed properly.
为何编译后的文件还要依赖源码包和编译过程中产生的文件?有什么办法把它们也install到$PREFIX目录吗? |
|