On Tue, July 28, 2009 13:15, tys lefering wrote:
> Hi,
> Would like to have two bison versions installed,
> one bison version 2.3 for generating vcg graph
> output, renamed to bisonv and another bison
> version 2.4.1 for generating dot graph output.
> is that possible and how to do that ?
> and how about the directory with the skeletons ?
>
It works using the configure options to install bison-2.3a
next to bison-2.4.1 as bison-2.3 in a user home directory using
./configure --prefix=$HOME --libdir=$HOME/bison-2.3
--infodir=$HOME/bison-2.3 --localedir=$HOME/bison-2.3
--datarootdir=$HOME/bison-2.3 --mandir=$HOME/bison-2.3
--docdir=$HOME/bison-2.3 --program-suffix=-2.3
and have a bison command which is version 2.4.1 and
a bison-2.3 command for version 2.3
Thanks.




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

Reply via email to