http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46033
Summary: gcc-4.5.1 fails to compile gcc-4.5.1 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: java AssignedTo: unassig...@gcc.gnu.org ReportedBy: szukw...@arcor.de Created attachment 22051 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22051 'stderr' output during compilation My last gcc version was gcc-4.0.0 . It failed to compile gcc-4.5.0, it failed to compile gcc-4.4.4. Compilation stopped compiling JAVA lang. I have now - using gcc-4.0.0 - first compiled gcc-4.5.1 without JAVA lang. Compilation:OK, installation:OK Then I used gcc-4.5.1 to compile gcc-4.5.1 including JAVA lang: flags=CFLAGS='-march=athlon -mtune=athlon' VERSION=gcc-4.5.1 # do_configure: $(flags) ../$(VERSION)/configure \ --prefix=/usr/local/$(VERSION) \ --enable-languages=c,c++,fortran,java,objc,ada \ --disable-nls \ --with-x \ --enable-java-awt=xlib,gtk \ --enable-shared \ --enable-threads=posix Compilation failed. 'stage-current' contains:'stage3'. winfried