]>
Commit | Line | Data |
---|---|---|
2ac61ce6 DM |
1 | This directory contains the Bison parser generator. |
2 | ||
e476c87d | 3 | See the file INSTALL for generic compilation and installation instructions. |
66a69320 | 4 | See the file doc/FAQ for frequently asked questions. |
2ac61ce6 | 5 | |
2cef3017 PE |
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: | |
e476c87d | 10 | |
5bdca678 | 11 | ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz |
e476c87d | 12 | |
974075dc PE |
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. | |
2ac61ce6 | 17 | |
d2e00347 JT |
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 | |
974075dc PE |
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'. | |
d2e00347 | 23 | |
974075dc | 24 | Send bug reports to <bug-bison@gnu.org>. Please include the version |
5c9ba631 JT |
25 | number from `bison --version', and a complete, self-contained test |
26 | case in each bug report. | |
97088b85 JT |
27 | |
28 | If you have questions about using Bison which the documentation does | |
974075dc PE |
29 | not answer, send mail to <help-bison@gnu.org>. |
30 | ||
31 | ----- | |
32 | ||
e476c87d | 33 | Copyright (C) 1992, 1998, 1999, 2003, 2004 Free Software Foundation, Inc. |
974075dc PE |
34 | |
35 | This file is part of Bison, the GNU Compiler Compiler. | |
36 | ||
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) | |
40 | any later version. | |
41 | ||
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. | |
e02cf9e7 | 46 | |
974075dc PE |
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 | |
0fb669f9 PE |
49 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
50 | Boston, MA 02110-1301, USA. |