Where can I get the files to install f2c on redhat linux?
I am looking for an rpm or simple install instructions for getting f2c to work on my redhat linux os. I am new to linux and it is difficult finding something like this on google. (The goal is to use f2c to convert a simple fortran77 file to c, then compile) Does anybody have any suggestions? Getting the source with rsync (recommended): $ rsync -avz netlib.org::netlib/f2c/src f2c Getting the sources via FTP: $ mkdir -p f2c/src $ cd f2c/src $ ftp ftp.netlib.org ftp> cd f2c ftp> prompt ftp> mget * To build the sources, in the f2c/src directory do: $ make -f makefile.u To install the binary, copy