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