home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20122 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!wupost!usc!cs.utexas.edu!geraldo.cc.utexas.edu!slcs.slb.com!aa.cad.slb.com!bl.cad.slb.com!nntpserver!shibuya
  3. From: shibuya@bl.applicon.slb.com (Hiroto Shibuya)
  4. Subject: VAX-C SHELL$FIX_TIME and SHELL$MATCH_WILD
  5. Message-ID: <SHIBUYA.92Dec30184615@chute.bl.applicon.slb.com>
  6. Sender: usenet@mailhost.bl.cad.slb.com (USENET Administrator)
  7. Reply-To: shibuya@bl.applicon.slb.com
  8. Organization: Applicon; Billerica, MA (USA)
  9. Distribution: comp
  10. Date: Wed, 30 Dec 1992 23:46:15 GMT
  11. Lines: 32
  12.  
  13. I was trying to port Todd Aven's VMS/MAKE v3.4 to Alpha and got the
  14. following undefined symbols at the link time.
  15.  
  16.     SHELL$FIX_TIME
  17.     SHELL$MATCH_WILD
  18.  
  19. According to the link map on VAX, they are pulled out from VAXCRTL,
  20. but apparently do not exist on Alpha's CRTL.  I looked up VAX-C manual
  21. but didn't find any documents on these guys.  Could somebody provide
  22. me of the spec of these routines so I can write replacement?
  23.  
  24. Also, does anybody know any MAKE beside the following 2 listed in "VAX
  25. SW list. Monthly Post."?  
  26.  
  27. MAKE            A program maintainer.  Can be used to recreate a program
  28.                 by only recompiling source programs that are out of date.
  29.                 Analogous to "make" on UNIX systems.  Two versions exist,
  30.                 at least: 1 very similar to the Unix make; 1 specifically
  31.                 for VMS.
  32.                 Availability:   MAKE/VMS v3.4 from F10 (Read make.doc first),
  33.                                 F19
  34.  
  35. I know I can get VMS Posix...
  36.  
  37. Thanks in advnace.
  38. --
  39.                     Hiroto Shibuya
  40.             
  41.                     Applicon Inc.
  42.                     Billerica, MA
  43.                     U.S.A.
  44.  
  45.