automake默认版本是1.11,交叉编译strace的提示需要1.13,google了一个升级方法,测试有效:
wget http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
tar xf automake*
cd automake-1.15
sh configure --prefix /usr/local
make install
参考文档:
1.https://askubuntu.com/questions/430706/installing-autotools-autoconf/638558
本文介绍了一种有效的升级Automake版本的方法,从默认的1.11升级到所需的1.13以上,具体步骤包括下载源码包、解压、配置、编译及安装,适用于交叉编译strace等场景。
6675

被折叠的 条评论
为什么被折叠?



