Xref: utzoo comp.lang.fortran:3583 comp.lang.c:31029 comp.unix.questions:24558 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!wuarchive!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!aries!mcdonald From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.lang.fortran,comp.lang.c,comp.unix.questions Subject: the f2c program Message-ID: <1990Aug11.202542.9891@ux1.cso.uiuc.edu> Date: 11 Aug 90 20:25:42 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Organization: School of Chemical Sciences, Univ. of Illinois at Urbana-Champaign Lines: 11 On the computer research.att.com is a program called "f2c". It converts Fortran programs to, mostly, C. But it does NOT convert Fortran IO calls to C. Instead it just invokes some mysterious io routines. I take these to be somebody's Fortran IO runtime library - indeed, there are linking with certain libraries. But WHOSE libraries? Would someone with a Unix machine and NO Fortran compiler have these routines? IF so, exactly WHOSE Unix? I can't believe that the many different Fortran compilers out there would use the same runtime. So, whose will this thing work with???? Doug McDonald(mcdonald@aries.scs.uiuc.edu)