提示:“bin/rm: cannot remove `libtoolT': No such file or directory”
解决方法(执行以下):
# aclocal
# autoconf
# automake
# libtoolize --force
重新编译,不同的环境问题可能不统一,不行的话在进行下面一步:
编辑 configure and 找到 $RM "$cfgfile" 改为 $RM -f "$cfgfile"
然后就可以了
提示:“bin/rm: cannot remove `libtoolT': No such file or directory”
解决方法(执行以下):
# aclocal
# autoconf
# automake
# libtoolize --force
重新编译,不同的环境问题可能不统一,不行的话在进行下面一步:
编辑 configure and 找到 $RM "$cfgfile" 改为 $RM -f "$cfgfile"
然后就可以了
上一篇:SecureCRT从Windows中上传文件lrzsz工具
下一篇:configure:error: Package requirements (libffi >= 3.0.0) were not met
今天编译最新版本的 apr,报错了,之前的版本从来没报错过。请确定您的确安装来libtool。命令:yum -y install libtool libtool-ltdl libtool-ltdl-devel在网上搜到的答案有2个:1:三大命令 # autoreconf --force --install # libtoolize --automake --fo
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M