home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities3 / bison / ReadMeARC < prev    next >
Text File  |  1993-04-14  |  2KB  |  33 lines

  1.  
  2.         This is the archimedes port of the GNU Bison project parser gererator.
  3. Bison is the GNU version of UNIX yacc, and is backward compatible (but better).
  4.  
  5.         The Archimedes bison binary can be copied freely (read COPYING file)
  6. as long as no charge is made (except for a nominal media distribution charge).
  7. At this point I would like to thank Huw Rogers for the UnixLib libraries, they
  8. are grate and make porting programs less troublesome.
  9.  
  10.         The bison binary can be placed anywhere but $.library is a sensible
  11. place. Bison also needs two data files which it is expecting to find in the
  12. directory $.Library.bisonlib . If this is not convenient then tough. No, there
  13. is a solution which is to set the following variable :
  14.  
  15.         set UnixFS$/library/bisonlib    <pathname>
  16.  
  17. where <pathname> is the full pathname of the real location. 
  18.         One problem you may experience is that so that it works on as many
  19. filing systems as possible, the pathname compiled into bison for its datafiles
  20. does not contain an FS, ie. 
  21.         its $.Library.bisonlib    not     adfs::4.$.Library.bisonlib
  22.  
  23. This manifests itself if for example you run bison while the current FS is
  24. not the one on which the data files are. ie. your CSD is RAM:$ and bison is
  25. installed on SCSIFS::4.$ . To get around this you again need to set UnixFS.
  26.  
  27.         I hope some people find this useful. If you have any problems, bugs,
  28. suggestions, or you want the source drop me a e-mail.
  29.  
  30.  
  31. Cheers
  32.         David Bilsby    (15/04/93)              bilsby@signal.dra.hmg.gd
  33.