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!burl!ulysses!mhuxl!ihnp4!ucbvax!info-vax From: info-vax@ucbvax.ARPA Newsgroups: fa.info-vax Subject: Detached processes Message-ID: <1859@ucbvax.ARPA> Date: Wed, 12-Sep-84 17:54:46 EDT Article-I.D.: ucbvax.1859 Posted: Wed Sep 12 17:54:46 1984 Date-Received: Fri, 14-Sep-84 21:07:40 EDT Sender: daemon@ucbvax.ARPA Organization: University of California at Berkeley Lines: 12 From: Jeff Jortner I am programming in VAX-11 C under VMS 3.6 and am trying to have two detached processes utilize a shared image for common data. I am able to make this work when I use subprocesses instead of detached processes. If anyone has an answer for this problem, I would greatly appreciate their help. Also, does anyone know why the linker( when generating shareable code) says that an object module is not PIC when C is the source language? Jeff Jortner