/home/software/TRF/missing: line 81: aclocal-1.16: command not found

 

001、报错如下:/home/software/TRF/missing: line 81: aclocal-1.16: command not found

 

002、解决方法

下载automake:

官网:https://mirrors.sjtug.sjtu.edu.cn/gnu/automake/?sort=size&order=asc

 

003、

tar -xzf automake-1.16.tar.gz
cd automake-1.16/
./configure
make
make install

 

004、再次编译

 

posted @ 2023-11-02 22:01  小鲨鱼2018  阅读(1151)  评论(0)    收藏  举报