From: cwebb AT emailbox DOT hdtv DOT lucent DOT com (Chip Webb) Subject: Re: Is bison configured correctly in B20? 7 Dec 1998 03:48:45 -0800 Message-ID: <199812070323.WAA23992.cygnus.gnu-win32@soul.hdtv.lucent.com> To: "Richard Lyon" Cc: gnu-win32 AT cygnus DOT com >---------------------------------------------------------------------- >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 AT cygnus DOT com" with one line of text: "help".