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: Is bison configured correctly in B20?


>----------------------------------------------------------------------
>Normally by default bison can find the file
>bison.simple. It appears that in B20 that this
>is not the case. I have to explicitly state
>where the parser file is using the -S option.
>----------------------------------------------------------------------

Hi Richard,

I found the same issue building my own code.

My work around was to set the BISONLIB environment variable to point
to the directory containing bison.simple. If I recall correctly,
you'll need to be sure that the last character of $BISONLIB includes
the slash.

e.g. something like:

	export BISONLIB=//d/cygwin/b20/share/

I hope this helps.

Chip Webb



-
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]