home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- 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
- From: shibuya@bl.applicon.slb.com (Hiroto Shibuya)
- Subject: VAX-C SHELL$FIX_TIME and SHELL$MATCH_WILD
- Message-ID: <SHIBUYA.92Dec30184615@chute.bl.applicon.slb.com>
- Sender: usenet@mailhost.bl.cad.slb.com (USENET Administrator)
- Reply-To: shibuya@bl.applicon.slb.com
- Organization: Applicon; Billerica, MA (USA)
- Distribution: comp
- Date: Wed, 30 Dec 1992 23:46:15 GMT
- Lines: 32
-
- I was trying to port Todd Aven's VMS/MAKE v3.4 to Alpha and got the
- following undefined symbols at the link time.
-
- SHELL$FIX_TIME
- SHELL$MATCH_WILD
-
- According to the link map on VAX, they are pulled out from VAXCRTL,
- but apparently do not exist on Alpha's CRTL. I looked up VAX-C manual
- but didn't find any documents on these guys. Could somebody provide
- me of the spec of these routines so I can write replacement?
-
- Also, does anybody know any MAKE beside the following 2 listed in "VAX
- SW list. Monthly Post."?
-
- MAKE A program maintainer. Can be used to recreate a program
- by only recompiling source programs that are out of date.
- Analogous to "make" on UNIX systems. Two versions exist,
- at least: 1 very similar to the Unix make; 1 specifically
- for VMS.
- Availability: MAKE/VMS v3.4 from F10 (Read make.doc first),
- F19
-
- I know I can get VMS Posix...
-
- Thanks in advnace.
- --
- Hiroto Shibuya
-
- Applicon Inc.
- Billerica, MA
- U.S.A.
-
-