- 论坛徽章:
- 0
|
我的系统在装mod_perl的时候提示没有gcc
然后从gcc官方下了一个gcc-3.4.1在config的时候出现问题了,希望大家帮忙解释,谢谢
我用的是redhat linux 9
命令行/usr/local/gcc-3.4.1/configure --prefix=/usr/local/gcc-3.4.1 --enable-threads=posix --disable-checking --enable--long-long --host=i386-redhat-linux --with-system-zlib --enable-languages=c,c++,java
错误
/usr/local/gcc-3.4.1/configure: line 2332: 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?
我在google搜索,可以用pkgadd命令,但是我如何获得这个命令?linux有这个命令吗?~~~ |
|