[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate
From: |
Paul Eggert |
Subject: |
Re: Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate.y |
Date: |
Sat, 29 May 2004 20:56:50 -0700 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
"SANTOS, DANIEL (SBCSI)" <ds7867@sbc.com> writes:
> $ bison -y ./getdate.y ; echo $?
> conflicts: 10 shift/reduce
> 141
> I'm running on an HP-UX 11i machine (B11.11 actually).
I can't reproduce this problem with my copy of Bison 1.875 (built on
Debian GNU/Linux 3.0r1 x86). 141 means bison got a SIGPIPE, which
most likely means that your Bison isn't invoking GNU m4 correctly.
Did you configure your Bison to use GNU m4 instead of HP-UX m4?
Did you run "make check" before installing Bison?
While we're on the subject, I suggest using GNU m4 with the patches
contained here:
http://www.lrde.epita.fr/~akim/download/m4-1.4.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Bison 1.875 has non-zero return code compling CVS 1.11.16 on getdate.y,
Paul Eggert <=