[CCP14 Home: (Frames | No Frames)]
CCP14 Mirrors: [UK] | [CA] | [US] | [AU]

(This Webpage Page in No Frames Mode)

CCP14

Tutorials and Examples

Installing and Setting up Free Compilers and Software Creation Toolkits

Installing and Setting up GNU Fortran 77 for DOS - From Clive Page's Web Site

The CCP14 Homepage is at http://www.ccp14.ac.uk

[Tutorials page] [Compilers page]

This free GNU Fortran 77 for DOS compiler is very easy to setup and comes as binaries. (Please note that this Fortran compiler is for DOS and does not work well under Windows 95. Refer to the Compilers page for information on native Win32 Fortran compilers such as Mumit Khan's implementation.)

Information on the package is available under the title of GNU's Fortran77 for DOS (g77) at:

To obtain the binaries, grab the zip files from the above web pages.


Installing the Compiler


Running F77 for DOS Compiler

You can also build a "Hello World" program with source code filename as SMTEST.F and compile it to test things out.

     PROGRAM SMTEST
     DO 10 I=1, 10
         PRINT *, 'Hello World #', I
10   CONTINUE
     END

Build it using the command g77 -o SMTEST.EXE SMTEST.FOR


[Tutorials page] [Compilers page]

[CCP14 Home: (Frames | No Frames)]
CCP14 Mirrors: [UK] | [CA] | [US] | [AU]

(This Webpage Page in No Frames Mode)

If you have any queries or comments, please feel free to contact the CCP14