This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15548] New: enable-languages broken wrt libgfortran
- From: "green at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 May 2004 00:07:02 -0000
- Subject: [Bug fortran/15548] New: enable-languages broken wrt libgfortran
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I configure with --enable-languages=c,c++,java, it still tries to build
libgfortran (and fails, since there's no gfortran compiler).
Specifically, the build failure is:
/home/green/build/gcj/gcc/gfortran -B/home/green/build/gcj/gcc/
-B/home/green/install/jhbuild-inst/i686-pc-linux-gnu/bin/
-B/home/green/install/jhbuild-inst/i686-pc-linux-gnu/lib/ -isystem
/home/green/install/jhbuild-inst/i686-pc-linux-gnu/include -isystem
/home/green/install/jhbuild-inst/i686-pc-linux-gnu/sys-include -Wall
-fno-repack-arrays -fno-underscoring -c
/home/green/sources/jhbuild-src/gcc/libgfortran/intrinsics/selected_kind.f90
-fPIC -DPIC -o .libs/selected_kind.o./libtool: line 1:
/home/green/build/gcj/gcc/gfortran: No such file or directory
make[2]: *** [selected_kind.lo] Error 1
And, I'm configuring like so:
/home/green/sources/jhbuild-src/gcc/configure
--prefix=/home/green/install/jhbuild-inst
--bindir=/home/green/install/jhbuild-inst/gcj-bin --enable-java-awt=gtk
--enable-gtk-cairo --enable-libgcj-multifile --disable-static --disable-gtk-doc
--with-gcc-version-trigger=/home/green/sources/jhbuild-src/gcc/gcc/version.c
--enable-languages=c,c++,java
--
Summary: enable-languages broken wrt libgfortran
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: green at redhat dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15548