On 02/21/2012 11:03 PM, P. Martin wrote: > >> On Feb 21, 2012, Stefano Lattarini <[email protected]> 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 > Oh, this happens because these two tests require *g77* (the older GNU Fortran compiler, pre-4.x), not just gfortran. No issue here (unless you happen to have g77 installed as well ;-)
> This might be my fault [SNIP] > No it's not, don't worry :-) Thanks, Stefano
