|
|
I have got the following information,why?
==========================================================
[gamit@localhost ~/gcc-build]$ ../gcc-3.4.0/configure --prefix=/usr/local/gcc-3.4.0 --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --enable--long-long --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
creating cache ./config.cache
checking host system type... i386-redhat-linux-gnu
checking target system type... i386-redhat-linux-gnu
checking build system type... i386-redhat-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
*** This configuration is not supported in the following subdirectories:
target-libf2c
(Any other directories should still work fine.)
checking for i386-redhat-linux-ar... no
checking for ar... ar
checking for i386-redhat-linux-as... no
checking for as... as
checking for i386-redhat-linux-dlltool... no
checking for dlltool... dlltool
checking for i386-redhat-linux-ld... no
checking for ld... ld
checking for i386-redhat-linux-nm... no
checking for nm... nm
checking for i386-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for i386-redhat-linux-windres... no
checking for windres... windres
checking for i386-redhat-linux-objcopy... no
checking for objcopy... objcopy
checking for i386-redhat-linux-objdump... no
checking for objdump... objdump
checking for i386-redhat-linux-ar... no
checking for ar... ar
checking for i386-redhat-linux-as... no
checking for as... as
checking for i386-redhat-linux-dlltool... no
checking for dlltool... dlltool
checking for i386-redhat-linux-ld... no
checking for ld... ld
checking for i386-redhat-linux-nm... no
checking for nm... nm
checking for i386-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for i386-redhat-linux-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile
[gamit@localhost ~/gcc-build]$
==================================================================================
these "no" what means????
====================================================================
[gamit@localhost ~/gcc-build]$make bootstrap
........
........
......
checking for built-in _Bool... yes
checking size of void *... 4
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for i386-redhat-linux-gnatbind... no
checking for gnatbind... gnatbind
checking whether compiler driver understands Ada... yes
configure: error: unknown check category release
make: *** [configure-gcc] Error 1
[gamit@localhost ~/gcc-build]$
what means ????? |
|