|
系统RET HAT 9 CORE 3
下载GCC3.4.1 源代码包
下面是命令和错误提示,帮忙看看是怎么回事吧:
[root@Linux-Server gcc-3.4.1]# ./configure --prefix=/usr/local/gcc-build --with-local-prefix=/tools --disable-nls --enable-shared enable-languages=c,c++,java
提示:
configure: warning: enable-languages=c,c++,java: invalid host type
loading cache ./config.cache
checking host system type... Invalid configuration `enable-languages=c,c++,java': machine `enable' not recognized
checking target system type... Invalid configuration `enable-languages=c,c++,java': machine `enable' not recognized
checking build system type... Invalid configuration `enable-languages=c,c++,java': machine `enable' not recognized
checking for a BSD compatible install... /usr/bin/install -c
./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. |
|