]> git.saurik.com Git - bison.git/blame - README
* doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's put into
[bison.git] / README
CommitLineData
2ac61ce6
DM
1This directory contains the Bison parser generator.
2
e476c87d 3See the file INSTALL for generic compilation and installation instructions.
66a69320 4See the file doc/FAQ for frequently asked questions.
2ac61ce6 5
e476c87d
PE
6Bison requires GNU m4 1.4 (or later, if a later version of GNU m4
7becomes available). The following m4 patches are recommended:
8
9http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92629
10http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211477
11
974075dc
PE
12Older versions of Sun Forte Developer 6 update 2 have a compiler bug
13that cause "make check" to fail with a "Encounter BINCL entry"
14diagnostic. To fix the bug, update to the latest set of Solaris and
15Forte patches recommended by Sun.
2ac61ce6 16
d2e00347
JT
17VMS and MS-DOS builds are probably broken right now. If you are able
18to build Bison on either platform and you need to make changes to do
974075dc
PE
19so, please submit those changes as a bug report. On VMS, you will
20probably have to create Makefile from Makefile.in by hand. Remember
21to do `SET COMMAND BISON' to install the data in `BISON.CLD'.
d2e00347 22
974075dc 23Send bug reports to <bug-bison@gnu.org>. Please include the version
5c9ba631
JT
24number from `bison --version', and a complete, self-contained test
25case in each bug report.
97088b85
JT
26
27If you have questions about using Bison which the documentation does
974075dc
PE
28not answer, send mail to <help-bison@gnu.org>.
29
30-----
31
e476c87d 32Copyright (C) 1992, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
974075dc
PE
33
34This file is part of Bison, the GNU Compiler Compiler.
35
36Bison is free software; you can redistribute it and/or modify
37it under the terms of the GNU General Public License as published by
38the Free Software Foundation; either version 2, or (at your option)
39any later version.
40
41Bison is distributed in the hope that it will be useful,
42but WITHOUT ANY WARRANTY; without even the implied warranty of
43MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
44GNU General Public License for more details.
e02cf9e7 45
974075dc
PE
46You should have received a copy of the GNU General Public License
47along with autoconf; see the file COPYING. If not, write to
48the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
49Boston, MA 02111-1307, USA.