]>
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 | |
e476c87d PE |
6 | Bison requires GNU m4 1.4 (or later, if a later version of GNU m4 |
7 | becomes available). The following m4 patches are recommended: | |
8 | ||
9 | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=92629 | |
10 | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211477 | |
11 | ||
974075dc PE |
12 | Older versions of Sun Forte Developer 6 update 2 have a compiler bug |
13 | that cause "make check" to fail with a "Encounter BINCL entry" | |
14 | diagnostic. To fix the bug, update to the latest set of Solaris and | |
15 | Forte patches recommended by Sun. | |
2ac61ce6 | 16 | |
d2e00347 JT |
17 | VMS and MS-DOS builds are probably broken right now. If you are able |
18 | to build Bison on either platform and you need to make changes to do | |
974075dc PE |
19 | so, please submit those changes as a bug report. On VMS, you will |
20 | probably have to create Makefile from Makefile.in by hand. Remember | |
21 | to do `SET COMMAND BISON' to install the data in `BISON.CLD'. | |
d2e00347 | 22 | |
974075dc | 23 | Send bug reports to <bug-bison@gnu.org>. Please include the version |
5c9ba631 JT |
24 | number from `bison --version', and a complete, self-contained test |
25 | case in each bug report. | |
97088b85 JT |
26 | |
27 | If you have questions about using Bison which the documentation does | |
974075dc PE |
28 | not answer, send mail to <help-bison@gnu.org>. |
29 | ||
30 | ----- | |
31 | ||
e476c87d | 32 | Copyright (C) 1992, 1998, 1999, 2003, 2004 Free Software Foundation, Inc. |
974075dc PE |
33 | |
34 | This file is part of Bison, the GNU Compiler Compiler. | |
35 | ||
36 | Bison is free software; you can redistribute it and/or modify | |
37 | it under the terms of the GNU General Public License as published by | |
38 | the Free Software Foundation; either version 2, or (at your option) | |
39 | any later version. | |
40 | ||
41 | Bison is distributed in the hope that it will be useful, | |
42 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
43 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
44 | GNU General Public License for more details. | |
e02cf9e7 | 45 | |
974075dc PE |
46 | You should have received a copy of the GNU General Public License |
47 | along with autoconf; see the file COPYING. If not, write to | |
48 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
49 | Boston, MA 02111-1307, USA. |