原文:No working C compiler found

在CI服务器上编译x ,configure时出现 No working C compiler found 的诡异错误,说诡异是因为该项目在自己电脑上编译过n多遍了,没有遇到过。 . configure enable shared enable pic disable cli prefix data project ENC build .. rdparty extra cflags fPIC DE ...

2014-05-21 10:10 0 3436 推荐指数:

查看详情

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

没有安装gcc 在安装nginx之前先安装依赖软件 yum install -y gcc gcc-c++ autoconf pcre pcre-devel make automake wget httpd-tools vim tree ...

Tue Jan 15 04:21:00 CST 2019 0 2342
nginx安装错误:c compiler cc is not found

今天安装软件nginx的时候遇到的报错:c compiler cc is not found 查了下网上的资料,解决方案也不复杂。 先说明下环境: 服务器:CentOS 7 nginx:2.3.1 原因是因为缺少 gcc-c++ 的包 解决办法很简单,执行:yum -y ...

Wed Sep 04 05:30:00 CST 2019 0 6012
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM