当前位置: 技术问答>linux和unix
gcc一点问题.......................................
来源: 互联网 发布时间:2015-06-23
本文导语: 我装了redhat 9.0 但是gcc不能用 不知道怎么回事 我想重新装但是又说我的cc变量设的不正确 到底怎么回事 大虾给点意见啊 晕死了! [root@localhost gcc-3.0]# /home/wwl/download/gcc-3/gcc-3.0/configure --prefix=/usr --enable-shared --enabl...
我装了redhat 9.0
但是gcc不能用
不知道怎么回事
我想重新装但是又说我的cc变量设的不正确
到底怎么回事
大虾给点意见啊
晕死了!
[root@localhost gcc-3.0]# /home/wwl/download/gcc-3/gcc-3.0/configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
target-libf2c target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc
(Any other directories should still work fine.)
Created "Makefile" in /home/wwl/download/gcc-3/gcc-3.0 using "mh-frag" and "mt-frag"
/home/wwl/download/gcc-3/gcc-3.0/configure: line 7: gcc: command not found
*** The command 'gcc -g -O1 -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
但是gcc不能用
不知道怎么回事
我想重新装但是又说我的cc变量设的不正确
到底怎么回事
大虾给点意见啊
晕死了!
[root@localhost gcc-3.0]# /home/wwl/download/gcc-3/gcc-3.0/configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Configuring for a i686-pc-linux-gnu host.
*** This configuration is not supported in the following subdirectories:
target-libf2c target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc
(Any other directories should still work fine.)
Created "Makefile" in /home/wwl/download/gcc-3/gcc-3.0 using "mh-frag" and "mt-frag"
/home/wwl/download/gcc-3/gcc-3.0/configure: line 7: gcc: command not found
*** The command 'gcc -g -O1 -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
|
系统里必须存在一个C编译器,才能编译GCC。
|
可能是你没有安装,你装一下就可以了。我用的也是rh9,开始的时候也没有gcc,后来装上了就可以用了。如果你实在不知道怎么装,你就去图型方式里在添加删除程序,把开发的那部分装上就可以了。
|
You must set the environment variable CC to a working compiler -- 设置环境变量。