Changes between Version 9 and Version 10 of GnuFortran


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v9 v10  
    2222  If cygcheck fails to report the GMP and MPFR package installations, then install these packages using [wiki:Cygwin Cygwin] Setup. These packages are found under 'Libs' category in package installation list of cygwin setup.
    2323
    24   * '''Installing gfortran'''
    25  
    26   Get the latest [http://gcc.gnu.org/wiki/GFortranBinaries gfortran binary] for Cygwin
     24  * '''Installing gfortran''' 
     25    * Get the latest [http://gcc.gnu.org/wiki/GFortranBinaries gfortran binary] for Cygwin. (e.g. gfortran-4.3-Cygwin-i686.tar.bz2)
     26    * Open a cygwin shell, locate the gfortran tar file, and type the following commands. This will install gfortran in /usr/local/bin and will be included in your search path.
    2727
     28      ''$ tar -xjvf gfortran-4.3-Cygwin-i686.tar.bz2  -C  /''
     29
     30      ''$ ln -s /usr/local/gfortran/bin/gfortran.exe  /usr/local/bin/gfortran
    2831 
    2932  * '''Building Netcdf library with gfortran support