help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: two bison versions on one machine


From: tys lefering
Subject: Re: two bison versions on one machine
Date: Wed, 29 Jul 2009 22:49:45 +0200
User-agent: SquirrelMail/1.4.18

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]