home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / envCPP31 / c++ / tools / gnu-indent / docs / README.VMS < prev    next >
Encoding:
Text File  |  1999-12-31  |  1.4 KB  |  47 lines

  1. This file describes how to build indent under VMS.
  2.  
  3. ----
  4. Date: Mon, 29 Nov 1999 09:43:01 -0600
  5. From: forrest.cahoon@merrillcorp.com
  6. Subject: VMS/DECC
  7.  
  8. [...]
  9. DECC is the default compiler for VMS these days, superceding VAXC.
  10. [...]
  11. VMSers should be able to just rename config.h.vms to config.h and
  12. run @make-decc.
  13.  
  14. ----
  15. Date: long long ago
  16. From: MEHRDAD@glum.dev.cf.ac.uk
  17. Subject: VMS/VAXC and gcc
  18.  
  19. If you are using GCC, you should run GNUC-MAKE.COM.
  20.  
  21. If you have VAXC on your machine, run VAXC-MAKE.COM, to create
  22. indent.exe.  When compiling INDENT sources, VAXC will issue warning
  23. messages about the length of some external identifiers. You can
  24. ignore these warnings.
  25.  
  26. Set up symbol INDENT as a foreign command, for example:
  27.  
  28.     INDENT :== "$DUA0:[INDENT-DIR]INDENT.EXE"
  29.  
  30. POSSIBLE PROBLEMS
  31.  
  32. The function for reading, `read', is defined by the macro SYS_READ.
  33. By default under VMS, this is defined to be the functions `vms_read'
  34. defined in io.c.
  35.  
  36. People have sent me various versions of this function, with differring
  37. semantics.  I have no way of testing these, so I have done my best to
  38. 1) ensure the correctness of the function, and 2) use the algorithm
  39. most folks seem to suggest.
  40.  
  41. If you experience problems in the read function, you might try using
  42. the plain, system read.  You can also sent me a bug report, if you
  43. think you have a clue to the problem.  See the file README for reporting
  44. bugs.
  45.  
  46. ----
  47.