./configure: error: C compiler cc is not found

CentOS 6.5 下 安装 Tengine 执行配置命令
./configure 

时提示以下错误:

checking for OS
 + Linux 2.6.32-431.el6.x86_64 x86_64
checking for C compiler ... not found

解决:

执行以下命令:

yum -y install gcc gcc-c++ autoconf automake make

相关文章:

CentOS 6.5 下 Tengine 安装记录

CentOS6.5下Nginx1.7.4安装记录
--------------------- 
版权声明:本文为CSDN博主「微wx笑」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/testcs_dn/article/details/51461750

你可能感兴趣的:(./configure: error: C compiler cc is not found)