* Bob Friesenhahn wrote on Fri, Oct 19, 2007 at 09:31:41PM CEST:
> I patched m4 1.4.10 with the small patch you recommended and things are 
> looking much better now.  On OS-X, the test suite passes with only expected 
> failures.  On FreeBSD there are still some remaining unexpected failures:
>
> ## ------------- ##
> ## Test results. ##
> ## ------------- ##
>
> ERROR: 53 tests were run,
> 8 failed (3 expected failures).
> 2 tests were skipped.
> ## -------------------------- ##
> ## testsuite.log was created. ##
> ## -------------------------- ##
>
> The problems seem to be mostly related to libltdl symbols.  A gzipped 
> testsuite.log from FreeBSD 5.4 is attached.

This failure:
| /home/bfriesen/src/gnu/libtool-head/tests/old-m4-iface.at:142: $MAKE
| stderr:
| main.o(.text+0xc): In function `main':
| : undefined reference to `lt_preloaded_symbols'

indicates that an old ltdl.h was used.  It seems @INCLTDL@ was
substituted wrongly in that Makefile.  I don't see how that can
happen.


Reply via email to