Per stampare: Clicca qui oppure seleziona File » Stampa nel menù del tuo browser.

        -----------------------------------------------------------------------------------------------
        Questo intervento è stato stampato da Guide di Dada.Net
        raggiungibile a http://guide.dada.net
        -----------------------------------------------------------------------------------------------

By Fortran di Giuseppe Ciaburro
URL: http://guide.dada.net/fortran/interventi/2008/04/327665.shtml

Fortran di Giuseppe Ciaburro guida dal 04-06-2002

Implementing g95 compiler in Windows XP

Un manuale su come installare il compilatore graturito g95 sul sistema operativo windows xp

This document is intended to guide you in setting up your g95 compiler in a Windows XP
environment.
Getting g95
To get g95 visit: http://www.g95.org/ Click on the link Download binaries, source and manual to
download the G95 Manual and the Self-extracting Windows x86 files. The installation file is called
g95-MinGW.exe.
Installing g95
Copy the file g95-MinGW.exe into your c:\ directory, then double-click on it. (Note: while you can
install g95 anywhere in your harddisk, it is recommended that you avoid file specifications with spaces
when installing the software. Thus, avoid placing the g95 software in the Program Files directory
provided by Windows. For that reason I recommend that you copy g95-MinGW.exe into your c:\
directory).
After double-clicking on you will be asked the following question:

 

CONTINUA