On Tue, Jul 05, 2005 at 04:10:45PM -0700, Paul Eggert wrote: > Nicolas Joly <[EMAIL PROTECTED]> writes: > > > +configure: loading site script /usr/local/share/config.site > > It looks to me like you have a config.site that defines LIBS. > That might explain the test failures. Can you try removing it > and testing again?
My config.site does not define LIBS, it just set default compilers : [EMAIL PROTECTED] [~]> cat /usr/local/share/config.site ## Default compilers test x"$CC" = x && CC=cc test x"$CXX" = x && CXX=cxx test x"$F77" = x && F77=f77 I renamed `config.site' to `config.site.no' and reran the testsuite. It solved only the first failure (57: base.at:239 Input/Output) which is a testsuite problem; all other failure remains. -- Nicolas Joly Biological Software and Databanks. Institut Pasteur, Paris.
