首页 > 其他 > 详细

报错:configure: error: no acceptable C compiler found in $PATH

时间:2018-05-07 17:18:56      阅读:204      评论:0      收藏:0      [点我收藏+]

运行以下命令报错:

./configure

错误:

checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/hadoop1/softwares/protobuf-2.5.0:
configure: error: no acceptable C compiler found in $PATH
See `config.log for more details

 

解决方法:安装很多基础包

sudo apt-get install build-essential

 

报错:configure: error: no acceptable C compiler found in $PATH

原文:https://www.cnblogs.com/xym4869/p/9003689.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!