Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!rutgers!ames!ucbcad!ucbvax!YALE.ARPA!LEICHTER-JERRY From: LEICHTER-JERRY@YALE.ARPA Newsgroups: mod.computers.vax Subject: Re: Submission for mod-computers-vax Message-ID: <8701192215.AA16079@ucbvax.Berkeley.EDU> Date: Mon, 19-Jan-87 17:15:54 EST Article-I.D.: ucbvax.8701192215.AA16079 Posted: Mon Jan 19 17:15:54 1987 Date-Received: Tue, 20-Jan-87 05:29:28 EST Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Organization: The ARPA Internet Lines: 18 Approved: info-vax@sri-kl.arpa ... We want to Link a C program (Vax C ver 2.2) on a Micro Vax running VMS (ver 4.4) "non-shared". I think we need to link to VAXCRTL.OLB but we can't find it. VAXCRTL.OLB isn't shipped with MicroVMS; you have to use the shareable image version. To do that, create a file named, say, VAXCRTL.OPT, containing the following single line: SYS$LIBRARY:vaxcrtl/share Then include the VAXCRTL/OPT in your Linker command line. I have no idea what you mean when you say you are running VMS "non-shared". -- Jerry -------