Xref: utzoo comp.lang.c:35682 comp.lang.fortran:4638 comp.unix.programmer:951 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ames!pasteur!agate!violet.berkeley.edu!ilan343 From: ilan343@violet.berkeley.edu (Geraldo Veiga) Newsgroups: comp.lang.c,comp.lang.fortran,comp.unix.programmer Subject: Re: f2c (WAS Re: f2c table limit error) Keywords: f2c fortran to 'c' conversion Message-ID: <1991Jan31.191317.5636@agate.berkeley.edu> Date: 31 Jan 91 19:13:17 GMT References: <785@utrcu1.UUCP> <725@eng3.UUCP> <1991Jan30.201136.23496@jwt.UUCP> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: University of California, Berkeley Lines: 14 In article <1991Jan30.201136.23496@jwt.UUCP> john@jwt.UUCP (John Temples) writes: >I found it on CompuServe in the UNIX forum. It compiled and ran with >no problems on my SVR3.2 system. But the C code generated by f2c >assumes you have the FORTRAN libraries libF77.a and libI77.a. >Without those, you can't link the C executable. Does anyone know >where those libraries can be obtained? You can find ftp f2c from research.att.com (directory dist/f2c). It is also availble through netlib (send mail to netlib@research.att.com ) There are sources for libF77.a and libI77.a. I have the latest version running under Unix/386, it compiles with very few changes to the Makefile.