home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / ckermit.arc / readme < prev   
Text File  |  1988-02-23  |  721b  |  24 lines

  1. To Whom It May Concern:
  2.  
  3. Here is a list of the changes I had to make to get Kermit to compile and run:
  4.  
  5. 1.  I couldn't find ckipro.* anywhere on the tapes, so I changed ckimak.mak and 
  6.     ckiker.lnk to use ckcpro.* instead.
  7.  
  8. 2.  In ckistu.c I changed the function name dial() to ckdial().
  9.  
  10. 3.  In ckuus3.c I added 3 lines near the top of the file:
  11. #ifdef LAT310
  12. #undef max
  13. #endif
  14.     This is beacuse Lattice 3.10 gave me ugly errors regarding macro usage since
  15.     there is a function in ckuus3.c that has a parameter named max.
  16.  
  17. 4.  I stripped all carriage returns out of the files (I hope).
  18.  
  19. I compiled kermit using Lattice 3.10 cross-C from a PC-type machine so I don't know
  20. how 4.0 will work.
  21.  
  22. Good Luck!
  23. Toby Cabot
  24.