gfortran.org
Like to live on the wild side ?
The current development version of gfortran is always available
for anyone to use. If you are eager to try out new features
(F2003 or F2008), this is a way to see them months (and sometimes
years) before they are 'released'.
Provided you have the disk space, keeping around a couple of gcc
development version is easy.
On my linux system I have the following versions of gfortran (and gcc)
installed.
- Version 4.3.0 installed in /usr/bin/gfortran from RedHat
- Version 4.4.1 installed in /home/bdavis/gcc-4.4.1/run/bin/gcc from gcc release
- Version 4.5.x installed in /home/bdavis/current/run/bin/gcc from
The key is to specify where you want to install the compiler when you run the
configure script:
../gcc/configure --enable-languages=c,fortran --disable-checking --prefix=/home/bdavis/gcc-4.4.1/run/bin/gcc
Then make sure your PATH variable selects the correct executable.
On this site
Contact
bdavis9659@sbcglobal.net