On Sun, Jun 25, 2006 at 09:26:19AM +0200, Francesco Pietra wrote: > I wish to compile on amd64 debian etch (two dual opteron on Tyan K8WE S2895) > a > program (gamess-us, as a merely a curiosity to see how it runs in comparison > with mpqc) that is indicated: > > "Your computer must have a FORTRAN compiler and a C compiler in order to > compile GAMESS from its source. No other software is required, usually (the > exceptions are high end parallel systems which may require extra messaging > software)" > > $gcc -v > gcc version 4.1.1 20060511 (prerelease) (Debian 4.1.0-4) > > From > $apt-cache search gfortran > and > $apt-cache show gfortran
I have no idea what you did. Can you please show us your /etc/apt/sources.list? The version of gcc you have is the version of gcc-4.1 in testing, but testing is still using gcc-4.0 as default, so you should get: gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3) Also, there should be a gfortran, gfortran-4.0 and gfortran-4.1. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

