Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!YALE.ARPA!LEICHTER-JERRY From: LEICHTER-JERRY@YALE.ARPA.UUCP Newsgroups: mod.computers.vax Subject: Re: LINKING ACROSS DECNET Message-ID: <8703050155.AA15782@ucbvax.Berkeley.EDU> Date: Wed, 4-Mar-87 20:55:22 EST Article-I.D.: ucbvax.8703050155.AA15782 Posted: Wed Mar 4 20:55:22 1987 Date-Received: Fri, 6-Mar-87 05:38:29 EST Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Distribution: world Organization: The ARPA Internet Lines: 30 Approved: info-vax@sri-kl.arpa I am trying to link across the net. The remote node is REMOTE. I am on HOME. The following link command works fine. $ link main,REMOTE::sys$sysdevice:[graphicsdir]graphics/lib However, the next set of commands do not work. $ assign "REMOTE::sys$sysdevice:[graphicsdir]graphics.olb" - lnk$library $ link main I get the following error... %LINK-F-OPENIN, error opening REMOTE::LNK$LIBRARY_1YSDEVICE:[GRAPHICSDIR]GRAPHICS.OLB;1 as input -RMS-F-DEV, error in device name or inappropriate device type for operation I've seen reference to this problem before. The Linker, for obvious reasons, was one of the earliest pieces of VMS written. Some of the code is apparently pretty flakey; dealing with logicals for LNK$LIBRARY etc., is in this class. Apparently, it's SO flakey that no one really wants to touch it. You should SPR this; it might help raise the visibility of the problem to the point that someone finally is forced to endure the pain and deal with it. I'm afraid I know of no work-arounds other than the obvious one of including the library explicitly, which as you've seen DOES work. -- Jerry -------