Check you have flex and byacc installed. [richard@racket oco]$ ls -l /usr/bin/yacc /usr/bin/flex -rwxr-xr-x 1 root root 147624 Apr 2 14:08 /usr/bin/flex -rwxr-xr-x 1 root root 61076 Jun 25 2001 /usr/bin/yacc
Richard On Thu, Sep 19, 2002 at 05:06:43PM +0100, Eddie Chen wrote: > I have install "gettext" and I am getting the following messages(error): > > > > > ototypes -g -O2 -c arparse.c > y.tab.c: In function `yyparse': > y.tab.c:348: warning: label `yyerrlab' defined but not used > y.tab.c: At top level: > arparse.c:3: warning: `yyrcsid' defined but not used > /bin/sh ./../ylwrap "" arlex.l lex.yy.c arlex.c -- > ./../ylwrap: arlex.l: command not found > make[3]: *** [arlex.c] Error 1 > make[3]: Leaving directory `/usr/src/binutils-2.12.90.0.15/binutils' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/binutils-2.12.90.0.15/binutils' > make[1]: *** [all-recursive-am] Error 2 > make[1]: Leaving directory `/usr/src/binutils-2.12.90.0.15/binutils' > make: *** [all-binutils] Error 2 > IDSmachine:/usr/src/binutils-2.12.90.0.15 #
