Divide by zero at compilation time
Tobias Burnus
burnus@net-b.de
Fri Jun 22 15:20:00 GMT 2007
Hi Alberto,
Alberto Luaces wrote:
> thank you very much for your attention. You are amazingly fast.
> Seems that I will have to compile 4.3, as the Ubuntu folks are not so fast
> with gfortran packages :)
>
Well, I think this is quite understandable: gfortran 4.3 is the current
developer version, which is constantly being changed.
(Though they could have snapshots of 4.3.0 in principle as Richard does
for openSUSE.)
The installation is described at:
http://gcc.gnu.org/install/
In a nut shell:
Download source: http://gcc.gnu.org/mirrors.html or
http://gcc.gnu.org/svn.html
create a build directory, run there
$PATHtoGCCSource/configure --enable-languages=c,fortran --prefix=somewhere
make; make install
Otherwise, there are also binaries available from:
http://gcc.gnu.org/wiki/GFortranBinaries
> By the way, what does "PR" mean? Is it some sort of pacth for older versions?
>
"PR" = Problem Report - another word for bug(report).
Tobias
More information about the Fortran
mailing list