解决“no acceptable cc found in $PATH”错误 1. 错误含义 “no acceptable cc found in PATH”错误通常意味着系统环境变量‘PATH”错误通常意味着系统环境变量`PATH”错误通常意味着系统环境变量‘PATH`中没有包含可接受的C编译器(如gcc或clang)的路径。这通常发生在尝试编译或安装需要C编译器的软件时。 2. 检...
checkingforcc... no configure: error: no acceptable cc foundin$PATH 代表你没有安装C编译器,安装一下GCC 执行yum -y install gcc-c++命令进行安装,安装完后,输入gcc -v检查是否安装成功 然后再执行./configure 就不会报错了
checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/root/msmtp-1.4.20': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. 今天在安装msmtp的时候遇到了这...
在CentOS5.8上安装PHP软件包时,提示“configure:error:no acceptable cc found in $path”。 原因: 这是缺少GCC编译器造成的,安装即可。 解决办法: 找到gcc的rpm包,安装即可。或者使用yum命令安装: #yum install gcc -y
configure: error: no acceptable C compiler found in $PATH 问题解决 缺少gcc编译包 yum install -y gcc
如何解决configure: error: no acceptable C compiler found in $PATH错误? 为什么会出现configure: error: no acceptable C compiler found in $PATH的错误? 在Linux系统中如何安装C编译器? 以上安装之后,报错就没有了 本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2021/10/22 ,如有侵...
提示很明显啊,没有编译器,默认系统$PATH中有cc编译器,一般是指向gcc的。你肯定没装编译开发环境,如果是ubuntu,那么apt install build-essential,其他缺什么装什么。 但是编译GCC之前,还有几个依赖,gmp, mpc, mpfr 等,所以你得先编译这几个。还有,你编译的方法不对,应该在gcc源码解压后的目录...
先看看你有没有安装gcc的编译器。没的话安装好重新configure。如果已经安装过了,在执行./configure 时,你需要指定./configure的参数,具体的请使用./configure -h来查看。你提供的信息不是太相信,我猜应该是$PATH环境变量没有合适的cc编译选项,你根据./configure -h来看看应该如何设置呢。
nochecking for cc... nochecking for cl.exe... noconfigure: error: in `/root/temp/monit-5.5':configure: error: no acceptable C compiler found in $PATHSee `config.log' for more details.So there is no compiler installed on my server then how everything else is installed ? Logged ...
checking for cc... no checking for cl.exe... no configure: error: in `/usr/local/src/pcre-8.20': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details [root@nginx pcre-8.20]#http://192.168.100.100/cduestc/src/nginx-1.1.7.tar.gzconfigure: erro...