On Thu, 2006-02-02 at 10:19 -0500, Luke Scharf wrote:
> Pann McCuaig wrote:
> 
> >Is anyone using g95 (or some moral equivalent) under SL4.x? Thanks for
> >any pointers (an x86_64 rpm would be real peachy!).
..
> To install g77 on SL4:
> # yum install gcc-g77
> (Yum will, of course, ask you if it should install any necessary 
> dependencies.)

You could also use GNU gfortran (rewritten for F95 compliance with
gcc-4, i.e. really old code may break according to our experience) via

# yum install gcc4-gfortran

G95 implements more legacy options and such.

The G95 binary tarballs are pretty self-contained (and they have a amd64
version at http://ftp.g95.org/g95-x86_64-64-linux.tgz), by the way. Just
install into a directory of your choice.

Regards
jan