home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d156 / flex.lha / Flex / Flex2 / readme.gnulib < prev    next >
Text File  |  1988-10-02  |  787b  |  23 lines

  1.    I made this library primarily to support my various porting of GNU programs
  2. to the Amiga. I added the functions defined by W. Loftus in the BISON port
  3. from FF#136, also included on this disk (but converted to work under Aztec C).
  4.  
  5. It includes the functions neccessary to link BISON and FLEX generated code,
  6. and also an Amiga port of the Berkeley-derived ndir functions.
  7.  
  8. I have included the three most common Aztec memory models as Aztec Libraries:
  9.  
  10.     gnu.lib        -- 16-bit ints, small code/data
  11.     gnu32.lib    -- 32-bit ints, small code/data
  12.     gnul32.lib    -- 32-bit ints, large code/data (+p option)
  13.  
  14. They need to be linked before the respective c*.lib function. See the
  15. flex/makefile for an example. 
  16.  
  17.  
  18.     Scott Henry
  19.     302 Easy st, apt 31
  20.     Mountain View, CA  94043
  21.  
  22.     scott_henry@cup.portal.com
  23.