home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / flex704.lha / README.Amiga < prev    next >
Encoding:
Text File  |  1992-08-04  |  977 b   |  24 lines

  1.  
  2. This is flex-2.3.7 modified ever so slightly to compile with Manx 
  3. Aztec C version 5.2a.  Note that you cannot quite completely make
  4. flex from scratch with this, you need yacc to generate scan.c and
  5. scan.h.  I used a unix yacc to generate these files and had no trouble
  6. with it.  
  7.  
  8. I was quite suprised at how easy this was to compile with Aztec C.
  9. There were very few problems.  Most of the work was in adjusting the
  10. makefile to work with Aztec. There are also a few changes in flexdef.h.
  11. I think everything else went without change. Note that there are still 
  12. quite a few unixisms in the makefile for things that I don't think you will 
  13. want or need to make.
  14.  
  15. The man files are in nroff-doc.lha, the formatted documentation is in
  16. text-doc.lha, and the source is in src.lha.  
  17.  
  18. To install, simply put flex in your path and copy flex.skel to S: (or, 
  19. if you recompile, wherever you have set the AUXDIR in the Makefile).
  20.  
  21. Mark Waggoner
  22. waggoner@ichips.intel.com
  23. (503) 696-4182
  24.