Changes between Version 3 and Version 4 of g95
- Timestamp:
- 10/11/06 11:07:15 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
g95
v3 v4 6 6 7 7 we could probably package our own g95 packages from the source [http://g95.org/ here]. 8 9 10 11 == g95 Binary Installation == 12 13 There appear to be incompatibilities in compiling certain fortran programs. In one case, only the g95 compiler was 14 supported. I have installed a binary verion of g95 under /opt/g95/: 15 16 {{{ 17 cd /opt/g95 18 tar -zxf route-to-g95/g95-x86-linux.tgz 19 cd /usr/local/bin 20 ln -s /opt/g95/g95-install/bin/i686-pc-linux-gnu-g95 g95 21 }}}
