Hi, here is the output of a gcc -v zeta:/home/seger# /usr/lib/gcc-snapshot/bin/gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls --enable-threads=posix --without-included-gettext --disable-werror --enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-java-gc=boehm --enable-java-awt=gtk --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.0.0 20050319 (prerelease) zeta:/home/seger# The interesting part is if you have --enable-languages= .... ,f95, ... in the compiler you built, otherwise add this to configure. This should do it, if it doesn't it's a bug. / regards, Lars Segerlund. On Wed, 27 Apr 2005 15:54:32 -0700 (PDT) Brandon Hill <brandonghill@xxxxxxxxx> wrote: > Hi all, > I'm trying to build the full gcc distribution. I > followed the directions and everything went smoothly. > My problems is that it seems that none of the gfortran > binaries were compiled. Looking in the libgfortran > directory, the README file says that the > gcc-config.patch file needs to be applied to the > top-level GCC source directory, but there is no such > file in the source directories (I looked in both the > tarball versions and the CVS snapshot). What do I > need to to do to get gfortran to compile? > > Thank you, > Brandon