after successful build & install 4.4.1 c,c++, attempt to build all languages fails with: configure: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla
my config script is: PATH=/usr/local/bin:$PATH export PATH CC="" CFLAGS="" unset CC unset CFLAGS ../gcc-4.4.1/configure \ --without-gnu-ld \ --with-ld=/usr/ccs/bin/ld \ --enable-shared my make script is: PATH=/usr/local/bin:$PATH CC="" CFLAGS="" unset CC unset CFLAGS export PATH CC make -j 40 $@ I will submit this and then see how to attach the detailed report ./build/sparc-sun-solaris2.10/libgfortran/config.log -- Summary: 4.4.1 build of fortran fails on T5140 Product: gcc Version: 4.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ian dot james at bnymellon dot com GCC build triplet: sparc-sun-solaris2.10 GCC host triplet: sparc-sun-solaris2.10 GCC target triplet: sparc-sun-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41309