home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13822 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!decwrl!deccrl!news.crl.dec.com!rdg.dec.com!ryn.mro4.dec.com!ricks.enet.dec.com!snyder
  3. From: snyder@ricks.enet.dec.com (Wilson Snyder)
  4. Subject: VMS version of Unix TAR
  5. Message-ID: <1992Aug19.162835.9940@ryn.mro4.dec.com>
  6. Sender: news@ryn.mro4.dec.com (USENET News System)
  7. Reply-To: snyder@ricks.enet.dec.com (Wilson Snyder)
  8. Organization: Digital Equipment Corporation
  9. Date: Wed, 19 Aug 1992 16:28:35 GMT
  10. Lines: 19
  11.  
  12.  
  13. Does anyone have a version of TAR running for VMS (5.5)?  I tried the GNU Tar
  14. distribution and got rid of most of the errors, but got stopped at:
  15.  
  16. /*
  17.  * FIXME: On other systems there is no standard place for the header file
  18.  * for the portable directory access routines.  Change the #include line
  19.  * below to bring it in from wherever it is.
  20.  */
  21. #include "ndir.h"
  22.  
  23.  
  24. Since there is no such <ndir> file, or anything like it.  Even with this fixed,
  25. I am willing to bet that GNU tar would still have problems as it isn't intended
  26. for VMS.
  27.  
  28. SO, does anyone have source/exec for a version of tar?
  29.  
  30. Thanks
  31.