|
楼主 |
发表于 2003-3-20 14:26:19
|
显示全部楼层
gcc-3.0/gcc/f/g77.texi
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
gzip: stdin: invalid compressed data--crc error
gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Error exit delayed from previous errors
[root@localhost src]# mkdir /usr/local/gcc
[root@localhost src]# cd /usr/local/gcc
[root@localhost gcc]# /usr/local/src/gcc-3.0/configure
Configuring for a i686-pc-linux-gnuoldld host.
Created "Makefile" in /usr/local/gcc using "mt-frag"
/usr/local/src/gcc-3.0/configure: line 7: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
[root@localhost gcc]# make bootstrap
Bootstrapping the compiler
/bin/sh: line 1: cd: gcc: No such file or directory
make: *** [bootstrap] Error 1
[root@localhost gcc]# make install
/bin/sh /usr/local/src/gcc-3.0/mkinstalldirs /usr/local /usr/local
我 按照你说的去做,可还是没用! 出现的这样的结果! 麻烦你再帮我看看好吗? |
|