|
From: | Akim Demaille |
Subject: | Re: error /usr/local/share/bison/m4sugar/m4sugar.m4': No such file or directory |
Date: | Wed, 10 Sep 2008 16:24:50 +0200 |
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.yim 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).
[Prev in Thread] | Current Thread | [Next in Thread] |