home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / vmsnet / internal / 1168 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!sdd.hp.com!nigel.msen.com!emory!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!macro32
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Help with local command for c link
  5. Message-ID: <01GNRQYS4F9E0000M0@VAXF.COLORADO.EDU>
  6. Date: 19 Aug 92 21:27:25 GMT
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. Lines: 27
  9. X-Gateway-Source-Info: Mailing List
  10.  
  11. Steve Schmidhauser, sjs@sbphy.physics.ucsb.edu, writes:
  12.  
  13. >I am having problems trying to create a local command so that the c
  14. >linker will use the shared libraries. We used to use a batch link inside
  15. >a captive account. I am trying to give students more access to dcl but
  16. >would like the link command to default to the shared libraries to save
  17. >disk space. This is what I tried to do and the results:
  18. >
  19. >$ lin*k    :== $LINK/NOMAP 'P1'  , DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
  20. >(from login.com for c students) and this is what happens
  21. >
  22. >$ link perf4
  23. >%CLI-F-SYNTAX, error parsing 'TRACE'
  24. >-CLI-E-ENTNF, specified entity not found in command tables
  25. >
  26. >if you enter everything on command line ie.
  27. >$ LINK/NOMAP perf4 , DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
  28. >it works
  29.  
  30. Try:
  31.  
  32.   $ lin*k    :== LINK/NOMAP 'P1',DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
  33.  
  34. (change the $LINK to just LINK)
  35.  
  36. -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
  37.  Systems Programmer, University Hospital, Denver
  38.