Changes between Version 5 and Version 6 of GnuFortran


Ignore:
Timestamp:
06/26/07 21:19:25 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v5 v6  
    77  In order for gfortran to work properly on [wiki:Cygwin Cygwin] make sure you have math packages [http://cran.r-project.org/doc/packages/gmp.pdf GMP] and [http://www.mpfr.org/ MPFR] installed on your machine. Open a Cygwin shell and type the following commands to confirm you have GMP and MPFR packages.
    88
    9   ''$ cygcheck -c | grep gmp'' (If you see the what is shown below then you're ok)
     9  ''$ cygcheck -c | grep gmp'' (If you see what is shown below then you're ok)
    1010
    1111   gmp       4.2.1-1       OK
     
    1414
    1515
    16   ''$ cygcheck -c | grep mpfr'' (If you see the what is shown below then you're ok)
     16  ''$ cygcheck -c | grep mpfr'' (If you see what is shown below then you're ok)
    1717
    1818   libmpfr1                2.2.1-1            OK
     
    2020   mpfr                    2.2.1-1            OK
    2121
    22   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' in package installation list of cygwin setup.
     22  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
    2424  * '''Installing gfortran'''