Howard Leverenz wrote:
I am using Fedora 7 with all of the updates applied. This is an AMD Athelon computer. The following is about the simplest Fortran program possible.program main end I get the following error result: [howard@localhost ProgramTesting]$ gcc -v xsimple.f
I get the same thing with that command, but this works: g77 -v xsimple.f