From: Aaron D. <do...@uv...> - 2009-01-28 22:35:15
|
Hi all, Thanks for the feedback. I am using an AMD phenom CPU under fedora core 10 with gcc 4.3.2. As with Josiah, the install hangs while running tester on the mtx module. It is uses 100% of one processor and just goes forever. >>gfortran -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=i386-redhat-linux Thread model: posix gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) Anyway, I have access to machines with ifort now so I can carry on. Thanks, Aaron Josiah Schwab wrote: >> Here's my experience. >> >> For me, the ./tester in the mtx module hangs using the following >> gfortran on an Intel P4 box, >> >> jschwab: mesa$ gfortran -v >> Using built-in specs. >> Target: i686-pc-linux-gnu >> Configured with: ../gcc/configure --enable-languages=c,c++,fortran >> Thread model: posix >> gcc version 4.4.0 20080510 (experimental) (GCC) >> >> ifort works fine on that machine >> >> On my G4 PowerBook, gfortran 4.3 has built MESA successfully. >> >> Josiah |