When I try f2c under Linux, I got a c source file with comments that the
file must be link with -lF77, -lI77 and another two libraries. So I compile
the file with gcc -c, and got an object file all right. When I try to link
it with
ld -lF77 -I77 et al
I got the message libF77 not found, which is absolutely true, because I
couldn't find it either:-). But where can I get these files?
If I link without these libraries, it complains that "symbol _MAIN__
undefined."
Anyone could help me out? Also what is the latest status on the GNU g77
project? Your help is appreciated.
-weiping