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. Vanilla GNU m4 1.4 has some
7 serious bugs, so we recommend using m4 1.4 as patched by the standard
8 GNU/Linux distributions. If you're building GNU m4 1.4 from scratch
9 we suggest using this version:
11 ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz
13 Older versions of Sun Forte Developer 6 update 2 have a compiler bug
14 that cause "make check" to fail with a "Encounter BINCL entry"
15 diagnostic. To fix the bug, update to the latest set of Solaris and
16 Forte patches recommended by Sun.
18 VMS and MS-DOS builds are probably broken right now. If you are able
19 to build Bison on either platform and you need to make changes to do
20 so, please submit those changes as a bug report. On VMS, you will
21 probably have to create Makefile from Makefile.in by hand. Remember
22 to do `SET COMMAND BISON' to install the data in `BISON.CLD'.
24 Send bug reports to <bug-bison@gnu.org>. Please include the version
25 number from `bison --version', and a complete, self-contained test
26 case in each bug report.
28 If you have questions about using Bison which the documentation does
29 not answer, send mail to <help-bison@gnu.org>.
33 Copyright (C) 1992, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
35 This file is part of Bison, the GNU Compiler Compiler.
37 Bison is free software; you can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation; either version 2, or (at your option)
42 Bison is distributed in the hope that it will be useful,
43 but WITHOUT ANY WARRANTY; without even the implied warranty of
44 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
45 GNU General Public License for more details.
47 You should have received a copy of the GNU General Public License
48 along with autoconf; see the file COPYING. If not, write to
49 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
50 Boston, MA 02111-1307, USA.