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
神~,解决了😀
Logo

中国智能体开发者社区,聚焦智能体与大模型开发,提供前沿资讯、实用工具链、开源项目及行业案例。通过技术沙龙、开发者大赛等活动,促进经验交流与协作,助力开发者快速构建创新智能应用。

更多推荐