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