Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!bloom-beacon!mintaka!think!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!tank!phd_ivo@gsbacd.uchicago.edu From: phd_ivo@gsbacd.uchicago.edu Newsgroups: comp.unix.questions Subject: Re: fortran -> c converter: free! Message-ID: <7484@tank.uchicago.edu> Date: 6 Feb 90 21:19:46 GMT Sender: news@tank.uchicago.edu Organization: University of Chicago Graduate School of Business Lines: 20 In article <8887@unix.SRI.COM>, ric@ace.sri.com (Richard Steinberger) writes... +(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 As far as I remember, the problem is that you need a library to run the translated code on a C compiler (the library handles the I/O calls). So, you can't simply run the code thru this site. It should be an excellent converter once they release the library, though. It seemed very well thought out when I tried it. /ivo welch ivo@next.agsm.ucla.edu