How to compile compaq visual fortran

I work with compaq visual fortran.
how to compile ‘colnix1.f, esgbdetasubs.f, esgbe20subs.f’

Welcome to the forum. From the command line that is discussed here – search “command line”. You could try

df colnix1.f esgbdetasubs.f esgbe20subs.f

You can also set up a project within VIsual Studio and compile from there.

Compaq Visual Fortran is an orphaned product. Intel Fortran is a free and maintained successor, available for Windows and Linux, and it is what I suggest that you use. You would use the command ifort instead of df to compile and can also use Visual Studio.

1 Like