]> git.saurik.com Git - bison.git/blame_incremental - README
Update FSF postal mail address.
[bison.git] / README
... / ...
CommitLineData
1This directory contains the Bison parser generator.
2
3See the file INSTALL for generic compilation and installation instructions.
4See the file doc/FAQ for frequently asked questions.
5
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:
10
11ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz
12
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.
17
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
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'.
23
24Send bug reports to <bug-bison@gnu.org>. Please include the version
25number from `bison --version', and a complete, self-contained test
26case in each bug report.
27
28If you have questions about using Bison which the documentation does
29not answer, send mail to <help-bison@gnu.org>.
30
31-----
32
33Copyright (C) 1992, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
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.
46
47You should have received a copy of the GNU General Public License
48along with autoconf; see the file COPYING. If not, write to
49the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
50Boston, MA 02110-1301, USA.