From: Ken S. <ke...@ph...> - 2010-06-19 00:46:12
|
Hi all, I'm in the process of installing the current version of MESA, but only have gfortran 4.3. I presume that is why the installation fails during the mtx part; here are the last few lines of the installation: ----------------- gfortran -fopenmp -o ../tester lu_test.o test_sparskit.o test_mtx.o -L../../make -lmtx -L../../../lib -lmesalapack -lmesablas -lutils -lalert FAILED /usr/local/share/mesa/mtx/test TEST FAILED -- compare test_output to tmp.txt ----------------- So I set out to update gfortran, but can't find the relevant binaries anywhere! I'm running Mac OSX 10.5.8 / Intel. The obvious link at http://gcc.gnu.org/wiki/GFortranBinaries#MacOS which claims to work for both Tiger and Leopard actually contains the Snow Leopard binary. I installed just to check, and indeed it does not work for me. I've emailed gfortran's support team but no reponse yet. Anyway, I just wanted to see if anyone out there in MESA-land has a gfortran 4.5 binary for Leopard / Intel. Thanks, Ken |