This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: gcc-2.95.2 build problem on HP-UX 10.20


On Jun  8, 2001, "Biju Arjunan" <bijuarjunan@lycos.com> wrote:

> cd ../../gcc; `if [ -f /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison ] ; then case ../../gcc in /*) echo /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison -L ../../gcc/../bison/ ;; *) echo /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison -L /home/bijua/gcc-2.95.2/GCC/gcc/../../gcc/../bison/ ;; esac; else echo bison ; fi`  -d -o c-parse.c c-parse.y
> /bin/sh: bison:  not found.

Oh, well.  Looks like the timestamp of c-parse.c is older than that of
c-parse.y.  Just touch c-parse.c and it should be fine.  Assuming you
haven't installed a patch or something that affected only c-parse.y,
in which case you're definitely going to need bison to rebuild
c-parse.c.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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