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
If you have ideas for other content for this website, please feel free to contact
the webmaster, bdavis9659@sbcglobal.net
Comments and suggestions are always welcome.
This website gets about 400 hits a day, and makes several dollars a year from
advertising. (several, as in < $10 USD)