http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438
--- Comment #3 from eisoab at gmail dot com 2011-06-16 17:36:15 UTC --- kargl at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438 > > kargl at gcc dot gnu.org changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |kargl at gcc dot gnu.org > > --- Comment #2 from kargl at gcc dot gnu.org 2011-06-16 16:31:23 UTC --- > (In reply to comment #0) > >> Created attachment 24545 [details] >> config.log >> >> make ends with >> >> checking whether the GNU Fortran compiler is working... no >> configure: error: GNU Fortran is not working; please report a bug in >> http://gcc.gnu.org/bugzilla, attaching >> /home/e.ab/software/src/gcc-4.5.3-build/i686-pc-linux-gnu/libgfortran/config.log >> make[1]: *** [configure-target-libgfortran] Error 1 >> make[1]: Leaving directory `/data1/software/src/gcc-4.5.3-build' >> make: *** [all] Error 2 >> >> > What is the configure command line you used to configure > the gcc? > > nothing. just ../configure there was a gmp version on the machine that was too old and no mpfr I unpacked the latest source tar files of gmp and mpfr in the source directory (gcc-4.5.3) hoping that they would be found an installed. But after make distclean ; ../gcc-4.5.3/configure make ends with the same error as before. (although i didn't compare the config.log it was overwritten) I'm now first installing gmp and mpfr by hand. I probably have to remove the old gmp version right? Eiso