Elbert Pol wrote:
> I run this and now the check complited whitout a error.

Cool! Now the next version of m4 will support your platform.

I also updated a ChangeLog entry: the lack of output before the abort() was
normal, not a problem with your platform.

If you are not yet tired of it, you can also try a larger tarball, containing
all of gnulib.
      http://www.haible.de/bruno/gnu/testdir.tar.gz
On this one, please use

  ./configure CPPFLAGS=-Wall CFLAGS=-g ... 2>&1 | tee configure.log
  make -k 2>&1 | tee make.log
  make -k check 2>&1 | tee check.log

(The -Wall is so that we see warnings; they can help determining failure
cause quickly. The -g is for your future use of gdb.) Be prepared: The
configure, make, make check runs make take a long time and produce some
larger log files (longer than a screen buffer usually is). Then the 4 *.log
files will tell us stories.

Bruno



Reply via email to