This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/29866] New: building libgfortran fails because of kinds.h


/bin/sh ../.././libgfortran/mk-kinds-h.sh 
Here is the last message displayed by make:

'/home/jp/src/gcc-4.2-20061114/host-x86_64-unknown-linux-gnu/gcc/gfortran
-B/home/jp/src/gcc-4.2-20061114/host-x86_64-unknown-linux-gnu/gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/
-B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem
/usr/local/x86_64-unknown-linux-gnu/include -isystem
/usr/local/x86_64-unknown-linux-gnu/sys-include -I . -Wall -fno-repack-arrays
-fno-underscoring ' > kinds.h || rm kinds.h
../.././libgfortran/mk-kinds-h.sh: Unknown type
grep '^#' < kinds.h > kinds.inc
/bin/sh: kinds.h: Aucun fichier ou répertoire de ce type
(this is the french message for <<no such file or directory>>

if I run mk-kinds-h.sh separately, I get:

sh mk-kinds-h.sh
#define GFC_INTEGER_LARGEST GFC_INTEGER_
#define GFC_UINTEGER_LARGEST GFC_UINTEGER_

mk-kinds-h.sh: Unknown type

I work on an amd64 machine (dual opteron) with Suse Linux 10.1

previous versions of gcc-4.2 (before 20061107 ) had no such problem.


-- 
           Summary: building libgfortran fails because of  kinds.h
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: Jean-pierre dot vial at wanadoo dot fr
 GCC build triplet: host-x86_64-unknown-linux-gnu
  GCC host triplet: host-x86_64-unknown-linux-gnu
GCC target triplet: host-x86_64-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]