On 02/20/2012 09:41 PM, Panther Martin wrote: > > Here are the details: > > Intel Core i5 iMac > OSX Lion 10.7.3 > clang-3.1 (318) > automake-1.11a > autoconf-2.68 > gawk-4.0.0 > libtool-2.4.2 > lzip-1.12 > lzlib-1.2 > gfortran-4.6.2 > gettext-0.18.1.1 > deja-gnu-1.5 > git-1.7.9.1 > > I think that's what it uses, though I can't get it to find gfortran, when > I made a nice symlink for it in /usr/local/bin/gfortran > Have you created the symlink *after* running configure? If yes, the automake testsuite will remember that no fortran compiler was found at configure time, so it will skip the fortran-requiring tests to avoid risking spurious failures.
Re-running configure should be enough to convince the automake testsuite to use your gfortran compiler. Please let me know if this doesn't work. Thanks, Stefano