Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!columbia!rutgers!ames!sdcsvax!ucbvax!XEROX.COM!"Bruce_G._Kahler.rochX2" From: "Bruce_G._Kahler.rochX2"@XEROX.COM Newsgroups: comp.os.vms Subject: Linking against RTLs Message-ID: <870805-060144-4494@Xerox> Date: Wed, 5-Aug-87 09:01:26 EDT Article-I.D.: Xerox.870805-060144-4494 Posted: Wed Aug 5 09:01:26 1987 Date-Received: Sat, 8-Aug-87 07:01:40 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: bkahl.rochX2@Xerox.COM Distribution: world Organization: The ARPA Internet Lines: 8 I have a somewhat naiive question on the discussion of the above topic. If the purpose of the RTL routines is to provide an interface into the VMS environment in which the program is running, then even if you can include all the code in the image file, don't you run the risk of incompatability between the RTL routines where you linked the program and the system where it is run? Wouldn't a safer approach be to port object modules to the target sytem and re-link there as part of "product installation"?