configure: error: no acceptable C compiler found in $PATH
Posted 胡庚申
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了configure: error: no acceptable C compiler found in $PATH相关的知识,希望对你有一定的参考价值。
报错信息:
[root@localhost keepalived-2.2.2]# ./configure --prefix=/usr/local/keepalived --sysconf=/etc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/app/server/keepalived-2.2.2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
解决方案:
[root@localhost keepalived-2.2.2]# yum install gcc
以上是关于configure: error: no acceptable C compiler found in $PATH的主要内容,如果未能解决你的问题,请参考以下文章
configure: error: no acceptable C compiler found in $PATH
configure: error: no acceptable C compiler found in $PATH
报错:checking for termcap functions library... configure: error: No curses/termca
configure: error: no acceptable C compiler found in $PATH 问题解决
报错configure:error: no acceptable C compiler found in $PATH。。