I am having a problem similar to that reported on bug #35471 trying to build
gfortran. Relevant part where it fails follows after the line.

I am using gcc-3.4.6, which I have compiled without problems starting from
gcc-2.95. Also using binutils 2.18 and gmp-4.2.4 and mpfr-2.4.1, with the
configure command:
 /home2/gdb/local/src/gcc-4.1.2/configure --prefix=/home2/gdb/local/gcc-4.1.2
--enable-languages=c,fortran  --with-gmp=/home2/gdb/local/gmp-4.1.3
--with-mpfr=/home2/gdb/local/gmp-4.1.3
--with-as=/home2/gdb/local/binutils-2.18/bin/as
--with-ld=/home2/gdb/local/binutils-2.18/bin/ld

The output of uname -a is:
Linux dirac.chm.bris.ac.uk 2.4.18P4_smp_master #1 SMP Sat Mar 9 21:36:42 GMT
2002 i686 unknown
i.e. a 2.4 kernel, and no chance to change it (it's a cluster where I am just a
normal user)

Really don't know what else to try. The suggested #define for complex works for
a while but then other undocumented bug pops up.


-----------------
/home2/gdb/local/gcc-4.1.2-obj/./gcc/xgcc
-B/home2/gdb/local/gcc-4.1.2-obj/./gcc/
-B/home2/gdb/local/gcc-4.1.2/i686-pc-linux-gnu/bin/
-B/home2/gdb/local/gcc-4.1.2/i686-pc-linux-gnu/lib/ -isystem
/home2/gdb/local/gcc-4.1.2/i686-pc-linux-gnu/include -isystem
/home2/gdb/local/gcc-4.1.2/i686-pc-linux-gnu/sys-include -DHAVE_CONFIG_H -I.
-I/home2/gdb/local/src/gcc-4.1.2/libgfortran -I.
-iquote/home2/gdb/local/src/gcc-4.1.2/libgfortran/io
-I/home2/gdb/local/src/gcc-4.1.2/libgfortran/../gcc
-I/home2/gdb/local/src/gcc-4.1.2/libgfortran/../gcc/config -I../.././gcc
-D_GNU_SOURCE -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -Wextra -Wwrite-strings -O2 -g -O2 -c
/home2/gdb/local/src/gcc-4.1.2/libgfortran/runtime/compile_options.c  -fPIC
-DPIC -o .libs/compile_options.o
In file included from
/home2/gdb/local/src/gcc-4.1.2/libgfortran/libgfortran.h:198,
                 from
/home2/gdb/local/src/gcc-4.1.2/libgfortran/runtime/compile_options.c:32:
./kinds.h:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'float'
./kinds.h:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'double'
./kinds.h:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'long'
In file included from
/home2/gdb/local/src/gcc-4.1.2/libgfortran/runtime/compile_options.c:32:
/home2/gdb/local/src/gcc-4.1.2/libgfortran/libgfortran.h:286: error: expected
specifier-qualifier-list before 'GFC_COMPLEX_4'
/home2/gdb/local/src/gcc-4.1.2/libgfortran/libgfortran.h:287: error: expected
specifier-qualifier-list before 'GFC_COMPLEX_8'
/home2/gdb/local/src/gcc-4.1.2/libgfortran/libgfortran.h:289: error: expected
specifier-qualifier-list before 'GFC_COMPLEX_10'
/home2/gdb/local/src/gcc-4.1.2/libgfortran/libgfortran.h:594: error: expected
'=', ',', ';', 'asm' or '__attribute__' before '*' token


-- 
           Summary: kinds.h fails at building libgfortran
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gustcr at yahoo dot com dot ar
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39971

Reply via email to