home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / regex.arc / !ReadMe1st next >
Text File  |  1995-09-12  |  1KB  |  41 lines

  1. Regex
  2. -----
  3.  
  4. This is a port of the regex library sources as found on the O'Reilly
  5. 4.4BSD-Lite CD.
  6. This is ONLY of any use if you are using UnixLib to port sources. If you
  7. are using Acorn's libraries then this is not going to work...
  8.  
  9. Installing
  10. ----------
  11. Copy o.regex to !UnixLib.clib.o and h.regex into !UnixLib.clib.h.
  12.  
  13. Using
  14. -----
  15. Add in Unix:o.regex as a library in the Makefile _before_ Unix:o.unixlib,
  16. otherwise you will get gripes about undefined symbols from the linker.
  17. Anything that then includes <regex.h> should then compile happily.
  18.  
  19. Problems
  20. --------
  21. None that I've encountered so far, mostly the source required butchering
  22. to get rid of includes that UnixLib hasn't got, and the prototyping form
  23. found in 4.4 sources along the lines of __P((..)) which makes the compiler
  24. have a fit.
  25.  
  26.  
  27. any other gripes, or comments, I'm contactable at:
  28.  
  29. ams@amonsul.demon.co.uk
  30.  
  31. Al Slater,
  32. 65 Ellan Hay Rd.,
  33. Bradley Stoke,
  34. Bristol.
  35. BS12 0HA.
  36.  
  37. [End-note: if you are wondering why I ported this little bundle of joy,
  38. it was in order to support the regular expression routines present as an
  39. option in GNU Scheme---they seem to work so I have some confidence that this
  40. lot is correct.]
  41.