On Tue, 7 Sep 2010, Stefano Lattarini wrote:

You've got it Toyota!
Sorry?

Here in the USA, we were inundated for many years by adds from Toyota with the above message. :-)

And by looking at the files `tests/silent5.dir/Makefile' and
`tests/silent5.dir/config.log', it's easy to detect the problem.

It seems that you have somehow defined in your environment `F77'
to `no' (probably through your config.site), and the current tests'
setup code in `tests/defs.in'  fails to force the redefintion of
that environment variable to `gfortran' when running a test that
requires a Fortran compiler.  So yes, this is a testsuite weakness.

Yes. For many years, I did not install the Fortran components of GCC. I set these variables to 'no' in config.site because the Sun Fortran components were otherwise used by mistake in the libtool test suite. More recently, I have started to install the Fortran components so I should be able to remove the overrides. Since I try to enforce using a particular GCC version in config.site, I will probably set this definition to use gfortran.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

Reply via email to