Changes between Version 23 and Version 24 of GnuFortran


Ignore:
Timestamp:
07/09/07 13:26:52 (17 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v23 v24  
    4343  * '''Building Netcdf and Netcdf-90 interface with gfortran support'''
    4444    * Get the latest netcdf stable release ([http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf.tar.gz netcdf-3.6.2] from Unidata.
    45     * Open a Cygwin shell and type the following commands to correctly build and install netcdf and netcdf-90 interface on your system.
     45    * Open a Cygwin shell and type the following commands to correctly unpack, build, and install netcdf and netcdf-90 interface on your system.
     46
     47    ''$ cd ~/netcdf-3.6.2'' (Or wherever the netcdf directory is.)
     48
     49    ''$ tar -xzvf netcdf-3.6.2.tar.gz'' (Note that other archiving tools, like Winzip, might add carriage returns, which will make ''./configure'' choke.)
    4650   
    4751    ''$ CC=gcc FC=gfortran F90=gfortran F77=gfortran CPPFLAGS=-!DpgiFortran  ./configure  --prefix=/usr/local/netcdf/gfortran'' (All in one line)