I am using GNU's g77 compiler to ressurect an old Fortran 77 program. When I try to compile it I receive the following error(s):
------------------------------------------------------------
fltsat.f: In block-data `_BLOCK_DATA__':
fltsat.f:5:
include BLKDAT.CMN
^
Invalid form for INCLUDE statement at (^)
fltsat.f:6:
include CMNDNO.CMN
^
Invalid form for INCLUDE statement at (^)
fltsat.f:7:
include INITL.CMN
^
-----------------------------------------------------
Any idea on why it doesn't like the .cmn extension???
Thank you
------------------------------------------------------------
fltsat.f: In block-data `_BLOCK_DATA__':
fltsat.f:5:
include BLKDAT.CMN
^
Invalid form for INCLUDE statement at (^)
fltsat.f:6:
include CMNDNO.CMN
^
Invalid form for INCLUDE statement at (^)
fltsat.f:7:
include INITL.CMN
^
-----------------------------------------------------
Any idea on why it doesn't like the .cmn extension???
Thank you