zoukankan      html  css  js  c++  java
  • configure: error: no acceptable C compiler found in $PATH 解决

    在安装keepalived时报错

    ./configure --prefix=/usr/local/ccbase/keepalived-2.0.15 && make && make install

    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 `/usr/local/keepalived-2.0.15':
    configure: error: no acceptable C compiler found in $PATH
    See `config.log' for more details

    解决:

    根据报错安装gcc包

    yum install gcc

  • 相关阅读:
    spring原理
    架构师和数学
    项目经理需要注意的地方
    如何快速掌握一门新技术
    项目管理要做啥
    编程原则
    架构设计的常用思想
    聊聊编程范式
    程序员与哲学家
    IT人员如何有效规划自己时间
  • 原文地址:https://www.cnblogs.com/connected/p/10762442.html
Copyright © 2011-2022 走看看