`
GhostWolf
  • 浏览: 311419 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

checking for gcc... no

阅读更多

./configure 后显示
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure.sh:error:no acceptable C compiler found in $PATH
See 'config.log' for more details.

 

解决办法:yum -y install gcc

 

参考链接:http://www.cnblogs.com/seasonsstory/p/3159122.html

分享到:
评论

相关推荐

    Linux-jpcap-gcc

    checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no acceptable C compiler found in $PATH ------------------------ linux 中,安装,提示缺少其他...

    GCC安装的安装说明

    Linux系统下的GCC是GNU推出的功能强大、性能优越的多平台编译器,是GNU的代表作品之一。本文档详细介绍了在Linux系统下如何安装GCC的说明内容,以供大家参考!

    mpc 0.9 安装GCC必需文件

    安装GCC必需的三个文件(gmp、mpfr、mpc)之一,gmp,安装此库之前需要先安装M4,否则无法完成安装。另:上述文件我已上传至我的资源,如有需要下载即可。 Mpc is a C library for the arithmetic of complex ...

    gmp 5.0.4 安装GCC必需文件

    安装GCC必需的三个文件(gmp、mpfr、mpc)之一,gmp,安装此库之前需要先安装M4,否则无法完成安装。另:上述文件我已上传至我的资源,如有需要下载即可。 GMP is a free library for arbitrary precision ...

    Springer.The.Developer’s.Guide.to.Debugging.2008.pdf

    5.7.1 Check that There are No Major Leaks . . . . . 56 5.7.2 Estimate the Expected Memory Use . . . . . . . 56 5.7.3 Measure Memory Consumption . . . . . . . 57 5.7.4 Find the Data Structures that ...

    RedHat_AS4上安装yum与gcc详细教程

    `./configure`脚本的输出显示了对各种工具和条件的检查结果,如文中所示,`checking for gcc no`表明系统上可能还没有GCC,这是下一步编译和安装GCC的前提。 #### 编译和安装GCC 完成`./configure`后,接下来的...

    流光4.71 for.zip

    B、Proactive Checking 这个程序能在输入口令时进行一系列的口令检查,这会对避免不安全口令出现于你的系统有帮助作用。它与一般的shadow和NIS(也就是yellow page)口令系统共同工作。 C、Shadow 这个程序取代...

    基于mediastreamer2的网络电话实现流程以及源码库

    编译mediastreamer2出错:(1)checking for LIBCHECK... no checking for LIBJSON... no configure: error: Package requirements ( json >= 0.9 ) were not met: No package 'json' found 解决方法就是交叉编译...

    linux安装mysql教程(精).pdf

    no"和"checking for termcap functions library... configure: error: No curses/termcap library found"。这意味着系统缺少ncurses库,它是许多终端应用需要的库,包括MySQL。为了解决这个问题,可以从光盘的...

    linux下apache http server安装.docx

    checking for APR version 1.3.0 or later no configure: error: APR version 1.3.0 or later is required ``` **解决方案:** 这个错误提示是因为缺少或版本不满足要求的 APR (Apache Portable Runtime) 库。解决...

    mac 下安装php7全过程介绍

    brew install gcc autoconf automake libtool make lrzsz expect asciidoc xmlto expat libmcrypt mhash libxslt libjpeg libpng freetype libxml2 zlib glibc glib bzip2 ncurses curl e2fsprogs krb5 libidn ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    The main reason for making a virtual function inline is to place its definition in the class, either for convenience or to document its behavior, e.g., for accessors and mutators. The -inl.h Files...

    Git-2.21.0-64-bit.zip

    Git-2.21.0-64 for windows Git 2.23 Release Notes ====================== Updates since v2.22 ------------------- Backward compatibility note * The "--base" option of "format-patch" computed the ...

    Bochs - The cross platform IA-32 (x86) emulator

    (tested with Mingw gcc 4.5.1 and Microsoft Visual Studio Express 2010) - Added ability to configure CPUID stepping through .bochsrc. The default stepping value is 3. - Added ability to disable ...

    linux下安装PHP的时候出现的错误解决办法一览

    错误一:checking for gcc no 解决办法:yum install -y gcc 当安装PHP时,系统会检查是否安装了gcc编译器。如果未安装gcc,会出现错误提示。用户可以使用yum安装gcc,命令为`yum install -y gcc`。这条命令会安装...

    ITUG729源代码

    SUN SUNOS 4.1.3 gcc PC DOS 6.2 Borland 4.02 Microsoft Quick C 2.5 Microsoft Visual C++ 1.51 Watcom 10.6 PC DOS 6.21 Borland 3.1 Microsoft 8 Watcom 9.6 USAGE ----- The following files are used ...

    LuaBind 源码 (Lua增强库)

    LuaBind被确认不能在 GCC 2.95.2 (SunOS 5.8) 下工作. Metrowerks 8.3 (Windows) 可以编译LuaBind,但是通不过常量测试.这就意味着常量 成员函数被视同非常量成员函数. 如果你测试了LuaBind和其他未列出的编译器的...

Global site tag (gtag.js) - Google Analytics