- 论坛徽章:
- 0
|
系统redhat 9.0
原来gcc版本3.2.2
现在升级到3.4.4
配置参数:
# ../gcc-3.4.4/configure --prefix=/usr/local/gcc-3.4.4 \
--enable-threads=posix \
--enable-languages=c,c++,java
make install
有如下问题
make[3]: Leaving directory `/tmp/gcc-3.4.4/i686-pc-linux-gnu/boehm-gc'
make[3]: Entering directory `/tmp/gcc-3.4.4/i686-pc-linux-gnu/boehm-gc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/tmp/gcc-3.4.4/i686-pc-linux-gnu/boehm-gc'
make[2]: Leaving directory `/tmp/gcc-3.4.4/i686-pc-linux-gnu/boehm-gc'
make[1]: Leaving directory `/tmp/gcc-3.4.4/i686-pc-linux-gnu/boehm-gc'
[root@linux9 gcc-3.4.4]#
请问怎么解决? |
|