To compile a Fortran 95 program, type: gfortran -o Test Test.f95

This creates an executable called Test.

For more details on using the gfortran compiler, click here.