Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!snorkelwacker!mit-eddie!uw-beaver!Teknowledge.COM!unix!ace!ric From: ric@ace.sri.com (Richard Steinberger) Newsgroups: comp.unix.questions Subject: fortran -> c converter: free! Message-ID: <8887@unix.SRI.COM> Date: 6 Feb 90 16:12:42 GMT Sender: news@unix.SRI.COM Reply-To: ric@ace.sri.com (Richard Steinberger) Organization: SRI International Lines: 28 In article <22347@adm.BRL.MIL> you write: >To All, > I am looking for a Fortran-to-C source conversion utility. >Pointers to companies, public domain, archives, and other lists are >all welcome. > > A summary will be posted if appropriate. > >Thank you for your time, > >Jonathan Eisenhamer >jon@astro.ucla.edu >jon@uclastro.bitnet >bonnie::jon (span 5.708) >(213)206-8596 You can do the following: (echo filter f2c; cat file) | mail netlib@research.att.com This allows the friendly machine at AT&T to convert a fortran file named file to a c file. You'll also need a header file: echo "send f2c.h from f2c" | mail netlib@research.att.com Full details: echo "send index from f2c" | mail netlib@research.att.com -ric steinberger