This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.95.2 build problem on HP-UX 10.20
- To: bijuarjunan at lycos dot com
- Subject: Re: gcc-2.95.2 build problem on HP-UX 10.20
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 09 Jun 2001 14:46:36 -0300
- Cc: gcc-help at gcc dot gnu dot org
- Organization: GCC Team, Red Hat
- References: <FPKIIEHDKBKANBAA@mailcity.com>
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