参考链接:

 configure: error: no acceptable C compiler found in $PATH 问题解决


 

一、错误发生情景:

  使用./configure命令时,报如下错误:

.
.
.
configure: error: no acceptable C compiler found in $PATH
See 'config.log' for more details.

二、错误原因:

  缺少gcc编译器。


三、解决:

  安装gcc:yum install -y gcc


 

相关文章:

  • 2022-12-23
  • 2021-07-05
  • 2021-08-11
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-11-21
  • 2021-06-24
相关资源
相似解决方案