This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bison problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]