ERROR! autoconf required! install autoconf first

Makefile:4: build_config.mk: No such file or directory
make: *** No rule to make target `build_config.mk'. Stop.

缺少相应的软件包 autoconf,安装后再 make 即可

yum install autoconf -y

 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2021-09-03
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2021-08-19
  • 2022-01-19
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案