【 在 yuhuan 的大作中提到: 】
: 把你从makedist.sh到configure到编译的输入和输出都贴出来
: 【 在 zhxliu (小小鸟) 的大作中提到: 】
: : 已经configure了
我执行./makedist.sh 出现: bad interpreter: 没有那个文件或目录错误
我想应该是automake的目录错了我就makedist.sh文件改成如下:
rm -f configure
find -name .depend -exec rm '{}' \;
for i in config.sub config.guess install-sh;do
cp /usr/share/automake-1.6/$i .
done
autoconf
结果还是出现一样的错误
--
FROM 218.193.248.4