This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: B20: bison cannot find bison.simple


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]