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