> On Feb 21, 2012, Stefano Lattarini <stefano.lattar...@gmail.com> wrote: > >> 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?
Nope, the symlink was made before I ran that test-suite. I should note that looking inside the config.log from silent2 shows that configure finds gfortran just fine. It's those two main level tests that don't find it, PASS: fort1.test PASS: fort2.test fort4: skipped test: GNU Fortran 77 compiler not available SKIP: fort4.test fort5: skipped test: GNU Fortran 77 compiler not available SKIP: fort5.test This might be my fault because I have never $ export FC=/usr/local/bin/gfortran-4.6 but I dunno. Ok thanks.