当前位置: 技术问答>linux和unix
求一个编译好的的gcc编译器
来源: 互联网 发布时间:2016-07-28
本文导语: 我刚装好Fedora 11 后,直接安装Gcc-3.4.5过程中出现下面 /opt/gcc-3.4.5/configure: line 2339: cc: command not found *** The command 'cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. ...
我刚装好Fedora 11 后,直接安装Gcc-3.4.5过程中出现下面
/opt/gcc-3.4.5/configure: line 2339: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler. (必须设置环境变量CC到工作编译器)
求一个编译好的的gcc编译器
/opt/gcc-3.4.5/configure: line 2339: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler. (必须设置环境变量CC到工作编译器)
求一个编译好的的gcc编译器
|
如果没有gcc 你如何从源码安装 源码安装软件是要用到gcc或者g++的
Fedora用yum可以安装啊!
yum install gcc gcc-c++ libstdc++-devel
Fedora用yum可以安装啊!
yum install gcc gcc-c++ libstdc++-devel
|
或者通过光盘的rpm包 或者自己下载rpm包
通过rpm命令安装
通过rpm命令安装