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 fortran/22359] New: fseek intrinsic appears to be unimplemented


This subroutine

      subroutine  locend (nt)
      call fseek(nt, 0, 2)
      print *,' end encountered on read ',nt
      return
      end

with this link

gfortran colapse.o  -L../lib -lboom -lgfortran -lc -o boom

gives

../lib/libboom.a(locend.o): In function `locend_':
/home/joe/boom/hcol/locend.F:3: undefined reference to `fseek_'

-- 
           Summary: fseek intrinsic appears to be unimplemented
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joe at confucius dot gnacademy dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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