Le 10 sept. 08 à 15:59, Meir Yanovich a écrit :

Hello all
i install bison locally on my account on sun sparc 9
and compile it  successfully but when i run the command :  (example)
bison -y -d -v `test -f 'soapcpp2_yacc.y' || echo './'`soapcpp2_yacc.y
im getting the error:
bison: cannot open file `/usr/local/share/bison/m4sugar/m4sugar.m4':
No such file or directory
why does bison looking there ? i installed and added to the $PATH the
bin/lib/share directory's

To install bison, run 'make install', nothing else. If it does not go where you wanted it to, then it's your 'configure' invocation which was wrong. Try './configure --prefix=$HOME' for instance (from a fresh tarball or after make distclean).



_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to