This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

gfortran build failure


I can't seem to get a build. I have a clean svn update working directory and clean build directory.

Getting this. Help!

Error: Can't open included file 'selected_int_kind.inc'
 In file ../../../main/libgfortran/intrinsics/selected_int_kind.f90:36

    if (r <= int_infos (i) % range) then
                         1
Error: Syntax error in IF-expression at (1)
 In file ../../../main/libgfortran/intrinsics/selected_int_kind.f90:37

      selected_int_kind = int_infos (i) % kind
     1
Error: Unclassifiable statement at (1)
 In file ../../../main/libgfortran/intrinsics/selected_int_kind.f90:39

    end if
      1
Error: Expecting END DO statement at (1)
 In file ../../../main/libgfortran/intrinsics/selected_int_kind.f90:35

  do i = 1, c
            1
Error: Symbol 'c' at (1) has no IMPLICIT type
m


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