Error message said to attach a log file, but don't find anything to attach a
file on this form. Let me know how to attach if needed

uname -a: SunOS frg-sol10-05 5.10 Generic_120011-14 sun4v sparc
SUNW,Sun-Fire-T200

using binutils-2.20 (build on the same host)

separate srcdir and objdir (build dir)

Source directory:
$HOME/tmp/GNU/src/sun4v/gcc-4.5.1

gmp, mpfr and mpc are linked into gcc-4.5.1 source tree:
ls -l gcc-4.5.1/gmp gcc-4.5.1/mpfr gcc-4.5.1/mpc
lrwxrwxrwx  1 philips frgit 13 Aug 12 14:44 gcc-4.5.1/gmp -> ../gmp-5.0.1//
lrwxrwxrwx  1 philips frgit 13 Aug 12 14:44 gcc-4.5.1/mpc -> ../mpc-0.8.2//
lrwxrwxrwx  1 philips frgit 14 Aug 12 14:44 gcc-4.5.1/mpfr -> ../mpfr-2.4.2//

Build directory:
$HOME/tmp/GNU/build/sun4v/gcc-4.5.1

configure command:
$HOME/tmp/GNU/src/sun4v/gcc-4.5.1/configure
--prefix=$HOME/tmp/GNU/install/`uname -m`/gcc-4.5.1
--enable-languages=c,c++,fortran --with-gnu-as
--with-as=$HOME/tmp/GNU/install/sun4v/binutils-2.20/bin/as --with-gnu-ld
--with-ld=$HOME/tmp/GNU/install/sun4v/binutils-2.20/bin/ld

make command:
make bootstrap

Below the last lines of 'make bootstrap' output:
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/philips/tmp/GNU/build/sun4v/gcc-4.5.1/sparc-sun-solaris2.10/libgfortran/config.log
make[1]: *** [configure-target-libgfortran] Error 1
make[1]: Leaving directory `/nobackup/philips/tmp/GNU/build/sun4v/gcc-4.5.1'
make: *** [bootstrap] Error 2


-- 
           Summary: make bootstrap fails at:checking whether the GNU Fortran
                    compiler is working... no
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: philippe_scelers at mentor 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=45277

Reply via email to