* Vincent Torri wrote on Fri, Apr 18, 2008 at 07:25:01AM CEST: > >> All failing tests fail due to config.sub files which are not up to date. >> Can you please go ahead and the config.sub file that comes with your >> installed Automake package to contain your proposed changes? It should >> be located at $automake_prefix/share/automake-1.10/config.sub. And then >> please rerun 'make check-local' and repost testsuite.log, there should >> be few failures left. > > indeed, 3 remaining failure:
Two of them are expected failures. For the third, try the patch below. If it works, then no reason to post the testsuite.log again. I will then apply your patch after we have sorted out the git mess. Thanks! Ralf diff --git a/tests/lt_dladvise.at b/tests/lt_dladvise.at index 617539f..4ea41e5 100644 --- a/tests/lt_dladvise.at +++ b/tests/lt_dladvise.at @@ -286,7 +286,7 @@ dlopenable='resident local global' # ------------------------------------------------------------------------- # case $host_os in -cygwin* | mingw*) +cygwin* | mingw* | cegcc*) # These hosts do not support linking without -no-undefined CPPFLAGS="$CPPFLAGS -DHAVE_UNDEFINED_SYMBOLS=0" ;;
