Changes between Version 4 and Version 5 of GnuFortran


Ignore:
Timestamp:
06/26/07 20:59:05 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnuFortran

    v4 v5  
    55  * '''Cygwin setup for gfortran'''
    66
    7   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.
    8  
    9   Open a Cygwin shell and type ''cygcheck -c | grep gmp'' as well as ''cygcheck -c | grep mpfr'' to confirm you have GMP and MPFR packages.
     7  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.
    108
    11  
     9  ''$ cygcheck -c | grep gmp'' (If you see the what is shown below then you're ok)
     10
     11   gmp       4.2.1-1       OK
     12   
     13   libgmp3   4.2.1-1       OK
     14
     15
     16  ''$ cygcheck -c | grep mpfr'' (If you see the what is shown below then you're ok)
     17
     18   libmpfr1                2.2.1-1            OK
     19
     20   mpfr                    2.2.1-1            OK
     21
     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.
     23
    1224  * '''Installing gfortran'''
    1325