安装源码包第一步./configure检测是否可编译时,检测出问题rm: cannot remove `libtoolT’: No such file or directory
解决方案:将configure文件中的$RM "$cfgfile"这行代码注释掉就可以了