Yes Typing 'yacc -help' gives me
GNU bison generates parsers for LALR(1) grammars. Usage: /usr/local/bin/bison [OPTION]... FILE If a long option shows an argument as mandatory, then it is mandatory for the equivalent short option also. Similarly for optional arguments. .. .. .. I installed bison.2.1 The version of yacc I am using is in this folder: /home/dirtalk/enda/usr/local/bin/yacc This is the first item in the $PATH. Enda -----Original Message----- From: Eli Zaretskii [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 6:18 PM To: Mannion, Enda Cc: [email protected] Subject: Re: Building gsoap in AIX 5.1 get make errors > From: "Mannion, Enda" <[EMAIL PROTECTED]> > Date: Fri, 10 Aug 2007 16:32:51 +0100 > > yacc -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y > make[4]: *** [soapcpp2_yacc.c] Broken pipe > make[4]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/dirtalk/enda/gsoap-2.7/soapcpp2' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/dirtalk/enda/gsoap-2.7' > make: *** [all] Error 2 > > > Any ideas what is wrong? Do you have yacc?
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
