bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Os2


From: Bruno Haible
Subject: Re: Os2
Date: Sat, 12 Apr 2008 20:08:09 +0200
User-agent: KMail/1.5.4

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

[Prev in Thread] Current Thread [Next in Thread]