Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/7/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!cbosgd!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Re: TAR on VMS Message-ID: <3461@ucbvax.ARPA> Date: Sun, 25-Nov-84 19:29:26 EST Article-I.D.: ucbvax.3461 Posted: Sun Nov 25 19:29:26 1984 Date-Received: Mon, 26-Nov-84 07:36:45 EST Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 29 From: dyer%vaxuum.DEC@decwrl.ARPA (Jane Wyman is still right!!!) A correction... Yes, the C Run-Time Library routines are in a file called CRTLIB.OLB in SYS$LIBRARY. However, they will not automatically get linked in when one links. One has use one of two methods to link it in: (1) Tell it to link them in on the LINK command line: $ LINK your_program,SYS$LIBRARY:CRTLIB/LIBRARY (2) Define a logical name so that you don't have to do (1): $ DEFINE LNK$LIBRARY SYS$LIBRARY:CRTLIB.OLB Most people who usually program in C opt for (2), putting the definition in their LOGIN.COM or similar file. I assume that the author of the previous article does it this way, since he or she (I forgot to look) wrote that it would be done automatically. <_Jym_> :::::::::::::::: Jym Dyer ::::' :: `:::: Dracut, Massachusetts ::' :: `:: :: :: :: DYER%VAXUUM.DEC@DECWRL.ARPA :: .::::. :: {allegra|decvax|ihnp4|ucbvax}!decwrl!dec-rhea!dec-vaxuum!dyer ::..:' :: `:..:: ::::. :: .:::: Statements made in this article are my own; they might not :::::::::::::::: reflect the views of |d|i|g|i|t|a|l| Equipment Corporation.