redhat8以后的版本均不再包含f2c和fort77了,可我的一个老程序的编译命令还是fort77,所以我下了f2c.tar.gz, 和fort77.tar.gz,安装说明如下:

1. gzip -d f2c.tar.gz
2. tar -xf f2c.tar
3. cd f2c
4. edit the makefile and set the compiler and compile flags.
5. make : this should build the f2c executable used by fort77
6. gzip -d fort77.tar.gz
7. tar -xf fort77.tar
8. change your path variable or add some symbolic links so that f2c and fort77 can be found. If you type
``which f2c'' from any directory it should locate f2c.
其中第4,5,8步不知具体如何操作,望大家指点。