Changes between Version 11 and Version 12 of GnuFortran


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v11 v12  
    2626    * 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  /''
     28    ''$ 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
    3131
    32       ''$ gfortran --version''  (You should see something as shown below to know that gfortran is working on your system)
     32    ''$ gfortran --version''  (You should see something as shown below to know that gfortran is working on your system)
    3333 
    34       GNU Fortran (GCC) 4.3.0 20070512 (experimental)
    35       Copyright (C) 2007 Free Software Foundation, Inc.
     34    GNU Fortran (GCC) 4.3.0 20070512 (experimental)
     35    Copyright (C) 2007 Free Software Foundation, Inc.
    3636
    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
     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
    4141
    4242