home *** CD-ROM | disk | FTP | other *** search
- 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
- From: DWING@UH01.Colorado.EDU (Dan Wing)
- Newsgroups: vmsnet.internals
- Subject: Re: Help with local command for c link
- Message-ID: <01GNRQYS4F9E0000M0@VAXF.COLORADO.EDU>
- Date: 19 Aug 92 21:27:25 GMT
- Organization: Macro32<==>Vmsnet.Internals Gateway
- Lines: 27
- X-Gateway-Source-Info: Mailing List
-
- Steve Schmidhauser, sjs@sbphy.physics.ucsb.edu, writes:
-
- >I am having problems trying to create a local command so that the c
- >linker will use the shared libraries. We used to use a batch link inside
- >a captive account. I am trying to give students more access to dcl but
- >would like the link command to default to the shared libraries to save
- >disk space. This is what I tried to do and the results:
- >
- >$ lin*k :== $LINK/NOMAP 'P1' , DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
- >(from login.com for c students) and this is what happens
- >
- >$ link perf4
- >%CLI-F-SYNTAX, error parsing 'TRACE'
- >-CLI-E-ENTNF, specified entity not found in command tables
- >
- >if you enter everything on command line ie.
- >$ LINK/NOMAP perf4 , DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
- >it works
-
- Try:
-
- $ lin*k :== LINK/NOMAP 'P1',DISK$UTIL:[MACRO]OPTIONS_FILE/OPT
-
- (change the $LINK to just LINK)
-
- -Dan Wing, DWING@UH01.Colorado.EDU or WING_D@UCOLMCC.BITNET (DGW11)
- Systems Programmer, University Hospital, Denver
-