From: corinna.vinschen@cityweb.de (Corinna Vinschen)
Subject: Re: B20: bison cannot find bison.simple
12 Nov 1998 09:40:00 -0800
Message-ID: <364A11F4.C1CD2793.cygnus.gnu-win32@cityweb.de>
References: <958946B36E5AD211888C0008C7A4E9CC0CFBBE@cadbury.aspentec.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Thomas Epperly <Thomas.Epperly@aspentech.com>, gnu-win32@cygnus.com

Thomas Epperly wrote:
> 
> D:\rtopt10\source\rtkernel>bison cmdparse.ypp
> bison: /logopolis/monitor/noer/b20/cygwin-b20/share/bison.simple: No
> such file o
> r directory
> 
> I went from B19 to B20 (changed path), and bison stopped working.
> 
>                                 Tom
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".

set environment variable BISONLIB to the path, where the files
`bison.simple' and `bison.hairy' are found, e.g. in bash:

	BISONLIB=/usr/local/share/ export BISONLIB

Corinna
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
