README 774 B

1234567891011121314151617181920
  1. This directory contains the Bison parser generator.
  2. On systems that do not have a working `alloca' function, you will
  3. have to get a working `alloca' (perhaps from GNU Emacs) and edit the
  4. Makefile so that it will be used. On system V, specifying -lPW
  5. when you link may accomplish this.
  6. On system V, you will need to define the macro USG while compiling.
  7. It was once true that, when installing Bison on Sequent (or Pyramid?)
  8. systems, you had to be in the Berkeley universe. This may no longer
  9. be true; we have no way to tell.
  10. On VMS, remember to do `SET COMMAND BISON' to install the data in
  11. `BISON.CLD'.
  12. Send bug reports to bug-gnu-utils@prep.ai.mit.edu. Please include the
  13. version number from version.c, and a complete, self-contained test
  14. case in each bug report.