[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FW: bison "-S" option ???
From: |
Akim Demaille |
Subject: |
Re: FW: bison "-S" option ??? |
Date: |
08 Nov 2000 14:05:18 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
You probably have used a modified Bison, I can't find any trace of
such an option in GNU Bison. With GNU Bison your issue is spelled:
BISON_SIMPLE="%CYGWIN%\share\bison.simple" bison
--output=configuration-parser.c -v -d -p cfg configuration-parser.y
Note that if the installation of Bison went out properly, there is no
reason to specify the path to this file, and
bison --output=configuration-parser.c -v -d -p cfg configuration-parser.y
should work just as well.
Akim