This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50903] New: configure:14607: error: GNU Fortran is not working;
- From: "chadjidakis at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Oct 2011 17:12:17 +0000
- Subject: [Bug bootstrap/50903] New: configure:14607: error: GNU Fortran is not working;
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50903
Bug #: 50903
Summary: configure:14607: error: GNU Fortran is not working;
Classification: Unclassified
Product: gcc
Version: 4.5.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: chadjidakis@gmail.com
Hi,
Trying to compile gcc 4.5.3 I go the following error:
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
/opt/gcc/src/gcc-4.5.3/build/x86_64-apple-darwin11.2.0/libgfortran/config.log
make[1]: *** [configure-target-libgfortran] Error 1
make: *** [bootstrap] Error 2
I'm using:
gcc-4.5.3
gmp-5.0.2
mpc-0.9
mpfr-3.0.1
and configured gcc as:
../configure --prefix=/opt/gcc --disable-multilib --with-gmp=/opt/gcc
--with-mpfr=/opt/gcc --with-mpc=/opt/gcc --enable-languages=c,c++,fortran
See
/opt/gcc/src/gcc-4.5.3/build/x86_64-apple-darwin11.2.0/libgfortran/config.log
in attachment.
Thanks for any help,
Cynthia