This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: bison problem
- From: Daniel Jacobowitz <drow at false dot org>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>, kcook at gcc dot gnu dot org
- Cc: gdb at sources dot redhat dot com
- Date: Thu, 23 Sep 2004 23:56:06 -0400
- Subject: Re: bison problem
- References: <200409240353.i8O3rHKB026325@hiauly1.hia.nrc.ca>
On Thu, Sep 23, 2004 at 11:53:17PM -0400, John David Anglin wrote:
> I'm assuming the following change is the cause of the build breakage
> that I see today with the cvs head on hppa-unknown-linux-gnu:
>
> 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
>
> * config.guess: New upstream version
> * compile, depcomp, install-sh, ylwrap: Likewise.
>
> ...
> /bin/sh ../../src/gdb/../ylwrap "bison -y" ../../src/gdb/c-exp.y y.tab.c c-exp.c
> .tmp --
> ../../src/gdb/../ylwrap: line 109: /home/dave/gdb-6.1/objdir/gdb/bison -y: No su
> ch file or directory
> make[1]: *** [c-exp.c] Error 1
> make[1]: Leaving directory `/home/dave/gdb-6.1/objdir/gdb'
Yes. Kelley, sorry I didn't notice your post on gcc-patches; please
revert at least the change to ylwrap. ylwrap is version locked with
(A) GDB's Makefile.in
(B) assorted Makefile.in's in binutils
(C) the versions of Automake used for various directories in binutils
They'll all have to be converted simultaneously.
--
Daniel Jacobowitz