Hello, I am attempting to install gcc-4.3.1 on an SGI Altix bx2 3700. Gcc-4.1.2 was installed from the SuSE 10.0 SP1 DVD using "yast2" and appears to be working as expected. tornado:/usr/bin # ./gcc -v Using built-in specs. Target: ia64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix= --enable-version-specific-runtime-libs --with-system-libunwind --host=ia64-suse-linux Thread model: posix gcc version 4.1.2 20070115 (prerelease) (SUSE Linux) tornado:/usr/bin # tornado:/usr/bin # ./gfortran -v Using built-in specs. Target: ia64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix= --enable-version-specific-runtime-libs --with-system-libunwind --host=ia64-suse-linux Thread model: posix gcc version 4.1.2 20070115 (prerelease) (SUSE Linux) tornado:/usr/bin # However, I am unable to build gcc-4.3.1 from sources. Have attached the config.log file and a partial listing from the failing "make". A small "hello.c" program will compile with 4.3.1, however; "hello.f" will not compile with 4.3.1. Cannot get any help with google on this one. Any suggestions on how I can get gcc-4.3.1 installed? Thanks in advance! Test of gcc-4.3.1 follows: tornado:/usr/local/bin # ./gcc -v Using built-in specs. Target: ia64-unknown-linux-gnu Configured with: ./configure Thread model: posix gcc version 4.3.1 (GCC) tornado:/usr/local/bin # ./gcc /home/lhb/src/hello.c tornado:/usr/local/bin # ./a.out hello, world tornado:/usr/local/bin # ./gfortran -v Using built-in specs. Target: ia64-unknown-linux-gnu Configured with: ./configure Thread model: posix gcc version 4.3.1 (GCC) tornado:/usr/local/bin # ./gfortran /home/lhb/src/fhello.f /usr/bin/ld: cannot find -lgfortranbegin collect2: ld returned 1 exit status tornado:/usr/local/bin # ****************** Leslie(Pete) Boyd The rich man isn't the one who has the most, Contractor but the one who needs the least. US EPA Rm. D590 919/541-1438 --- IN GOD WE TRUST -- ******************