Changes between Version 10 and Version 11 of GnuFortran


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v10 v11  
    2828      ''$ tar -xjvf gfortran-4.3-Cygwin-i686.tar.bz2  -C  /''
    2929
    30       ''$ ln -s /usr/local/gfortran/bin/gfortran.exe  /usr/local/bin/gfortran
     30      ''$ ln -s /usr/local/gfortran/bin/gfortran.exe  /usr/local/bin/gfortran
     31
     32      ''$ gfortran --version''  (You should see something as shown below to know that gfortran is working on your system)
     33 
     34      GNU Fortran (GCC) 4.3.0 20070512 (experimental)
     35      Copyright (C) 2007 Free Software Foundation, Inc.
     36
     37      GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
     38      You may redistribute copies of GNU Fortran
     39      under the terms of the GNU General Public License.
     40      For more information about these matters, see the file named COPYING
     41
    3142 
    3243  * '''Building Netcdf library with gfortran support