home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 576 / sed108st / readme.st < prev    next >
Encoding:
Text File  |  1991-12-09  |  1.0 KB  |  24 lines

  1. This is an _incredibly_ quick-and-dirty port of GNU SED 1.08 to the
  2. Atari ST.
  3.  
  4. The entire process consisted of getting the original archive, hacking
  5. out a working makefile (you will probably have to change the
  6. -I/tmp/sed-1.08 bit on the CFLAGS= line to reflect where you have
  7. unpacked the Zoo file.  That is, if you don't use the configur shell
  8. script, now that you have a working binary of SED), and making the
  9. source work.
  10.  
  11. The only thing I had to do with regard to the source was insert an
  12. #ifdef atarist line at the head of sed.c.  For some reason, memmove() is
  13. not defined in the strings.h file of the PatchLevel 16 libraries for
  14. MiNT.  I'm gonna report this to E. R. Smith and J. Bammi ASAP, but for
  15. the nonce, the #ifdef merely substitutes memcpy() for memmove().  By
  16. rights, it ought to work, but if it blows up, it's not my fault.
  17.  
  18. The package was compiled with GNU C 1.40.1 PatchLevel 2, from
  19. atari.archive, and the MiNT libraries, PatchLevel 16.
  20.  
  21. Mike Dorman
  22. mdorman1@ua1vm.ua.edu
  23. mdorman2 on GEnie
  24. mike.dorman on BIX