Changes between Version 14 and Version 15 of GnuFortran


Ignore:
Timestamp:
06/27/07 02:34:11 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v14 v15  
    4545    * Open a Cygwin shell and type the following commands to correctly build and install netcdf and netcdf-90 interface on your system.
    4646   
    47     ''$ CC=gcc FC=gfortran F90=gfortran F77=gfortran CPPFLAGS=-DpgiFortran  ./configure  --prefix=/usr/local/netcdf/gfortran'' (All in one line)
     47    ''$ CC=gcc FC=gfortran F90=gfortran F77=gfortran CPPFLAGS=-!DpgiFortran  ./configure  --prefix=/usr/local/netcdf/gfortran'' (All in one line)
    4848   
    4949    ''$ make''