Hi all, it's been a long time since I touched Fortran.
I am trying to compile old Fortran (.f) files.
I am using Gygwin executing the following command:
gfortran -ffree-form -o filename.exe filename.f
I get the following error over 25 times:
Error: Unclassifiable statement at (1)
I'm not sure what's wrong. If you can help me out that would be great.
Thank you!
I am trying to compile old Fortran (.f) files.
I am using Gygwin executing the following command:
gfortran -ffree-form -o filename.exe filename.f
I get the following error over 25 times:
Error: Unclassifiable statement at (1)
I'm not sure what's wrong. If you can help me out that would be great.
Thank you!