./autogen.sh 报错autoreconf: error: /usr/bin/autoconf failed with exit status: 1
·
1.首先要确认是否安装以下三个工具
sudo apt-get install autoconf
sudo apt-get install automake
sudo apt-get install libtool
2.没安装的先尝试安装一下,我安了还是报错autoreconf: error: /usr/bin/autoconf failed with exit status: 1,主要问题是所编译的文件里的宏定义太老了,三个工具太新了,在要运行的文件夹下autoupdate更新一下,我更了还是报错autoreconf: error: /usr/bin/autoconf failed with exit status: 1,可能更不了[😂]
3.重点来了,有些不安装pkg-config也会报错
sudo apt-get install pkg-config
神~,解决了😀
更多推荐



所有评论(0)