- 论坛徽章:
- 0
|
mips-debian下安装gcc4.0.3 ,configure时check信息如下configure --enable-languages=c,c++ --enable-threads=posix --disable-checking --host=mips-debian-linux
loading cache ./config.cache
checking host system type... mips-debian-linux-gnu
checking target system type... mips-debian-linux-gnu
checking build system type... mips-debian-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether ln works... (cached) yes
checking whether ln -s works... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gnatbind... no
checking whether compiler driver understands Ada... (cached) no
checking how to compare bootstrapped objects... (cached) cmp --ignore-initial=16 $$f1 $$f2
checking for correct version of gmp.h... no
*** This configuration is not supported in the following subdirectories:
target-libada target-libgfortran target-libffi target-boehm-gc target-zlib target-libjava zlib fastjar target-libobjc
(Any other directories should still work fine.)
checking for bison... no
checking for bison... no
checking for byacc... no
checking for yacc... no
checking for gm4... (cached) m4
checking for flex... no
checking for flex... no
checking for lex... no
checking for makeinfo... no
checking for mips-debian-linux-ar... no
checking for ar... (cached) ar
checking for mips-debian-linux-as... no
checking for as... (cached) as
checking for mips-debian-linux-dlltool... no
checking for dlltool... (cached) dlltool
checking for mips-debian-linux-ld... no
checking for ld... (cached) ld
checking for mips-debian-linux-nm... no
checking for nm... (cached) nm
checking for mips-debian-linux-ranlib... no
checking for ranlib... (cached) ranlib
checking for mips-debian-linux-windres... no
checking for windres... (cached) windres
checking for mips-debian-linux-objcopy... no
checking for objcopy... (cached) objcopy
checking for mips-debian-linux-objdump... no
checking for objdump... (cached) objdump
checking for mips-debian-linux-ar... no
checking for ar... (cached) ar
checking for mips-debian-linux-as... no
checking for as... (cached) as
checking for mips-debian-linux-dlltool... no
checking for dlltool... (cached) dlltool
checking for mips-debian-linux-ld... no
checking for ld... (cached) ld
checking for mips-debian-linux-nm... no
checking for nm... (cached) nm
checking for mips-debian-linux-ranlib... no
checking for ranlib... (cached) ranlib
checking for mips-debian-linux-windres... no
checking for windres... (cached) windres
checking whether to enable maintainer-specific portions of Makefiles... no
checking if symbolic links between directories work... (cached) yes
creating ./config.status
creating Makefile
yeeloong:/usr/local/gcc4.0#
这样算configure成功吗??? |
|