After the installation of f2c, it is required to have this following file:
/usr/local/bin/f2c
/usr/local/include/f2c.h
/usr/local/lib/libf2c.a
/usr/local/man/man1/f2c.1t
/usr/local/bin/f77
How to check the existence of the file?
In order to translate, compile, link, and run a program, I need to run
f2c hello.f
but, I receiveCannot open hello.f: No such file or directory
. How to find the file/directory of hello.f?
0 Answers