Changes between Version 3 and Version 4 of g95


Ignore:
Timestamp:
10/11/06 11:07:15 (19 years ago)
Author:
cdelacruz@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • g95

    v3 v4  
    66
    77we could probably package our own g95 packages from the source [http://g95.org/ here].
     8
     9
     10
     11== g95 Binary Installation ==
     12
     13There appear to be incompatibilities in compiling certain fortran programs. In one case, only the g95 compiler was
     14supported. I have installed a binary verion of g95 under /opt/g95/:
     15
     16{{{
     17cd /opt/g95
     18tar -zxf route-to-g95/g95-x86-linux.tgz
     19cd /usr/local/bin
     20ln -s /opt/g95/g95-install/bin/i686-pc-linux-gnu-g95 g95
     21}}}