------- Comment #15 from diskman at kc dot rr dot com 2006-03-07 15:31 ------- The closest would be the "AlphaServer DS20", mine is the EV56 [PCA56] and the DS20 is the EV6 [the very next generation].
I did manage to get GCC-4.1.0 Fortran to build, I simple 'reworked' GMP/MPFR... I built GMP with the following: CC=gcc-3.2.3 CXX=g++-3.2.3 CPP=cpp-3.2.3 \ CFLAGS="-O2 -mieee -finline -fomit-frame-pointer -mtune=ev56 -w -pipe" \ CXXFLAGS="-O2 -mieee -finline -fomit-frame-pointer -mtune=ev56 -w -pipe" \ ./configure \ --build=alpha-alpha-linux \ --prefix=/usr \ --sysconfdir=/etc \ --infodir=/usr/info \ --mandir=/usr/man \ --disable-cxx \ --disable-nails \ --disable-mpfr MPFR: CC="ccache gcc-3.2.3" CXX="ccache g++-3.2.3" CPP="ccache cpp-3.2.3" \ CFLAGS="-O2 -fno-strict-aliasing -fomit-frame-pointer -mtune=ev56 -w -pipe" \ CXXFLAGS="-O2 -fomit-frame-pointer -mtune=ev56 -w -pipe" \ ./configure \ --build=alpha-alpha-linux \ --prefix=/usr \ --sysconfdir=/etc \ --infodir=/usr/info \ --mandir=/usr/man \ --enable-shared \ --enable-mpfr Now Fortran is working as it should. Right now, at the moment, its compiling the GCJ portion of the build -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26564