安装f2c后,需要有以下文件:
/usr/local/bin/f2c
/usr/local/include/f2c.h
/usr/local/lib/libf2c.a
/usr/local/man/man1/f2c.1t
/usr/local/bin/f77
如何检查文件是否存在?
为了翻译、编译、链接和运行程序,我需要运行
f2c hello.f
,但是我收到了Cannot open hello.f: No such file or directory
。如何找到 hello.f 的文件/目录?