Path: utzoo!attcan!uunet!aplcen!samsung!cs.utexas.edu!rice!sun-spots-request From: auspex!guy@uunet.uu.net (Guy Harris) Newsgroups: comp.sys.sun Subject: Re: dynamic loading under SunOS 4.1 Keywords: SunOS Message-ID: <8648@brazos.Rice.edu> Date: 6 Jun 90 17:11:31 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 7 Approved: Sun-Spots@rice.edu X-Refs: Original: v9n188, Replies: v9n188 v9n190 X-Sun-Spots-Digest: Volume 9, Issue 206, message 2 >The advantages of this loader over SunOS 4.1 dlopen() or "ld -A": > >2) Works if the main object file is dynamically linked. Umm, are you asserting that "dlopen()" *doesn't* work if the "main object file" (by which I assume you mean the main executable image) is dynamically linked? As far as I know, that's not true....