Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!samsung!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.windows.x Subject: Re: Xsun and shared libraries Message-ID: <3834@auspex.auspex.com> Date: 6 Aug 90 19:06:18 GMT References: <9008052349.AA22556@Morgan.COM> Organization: Auspex Systems, Santa Clara Lines: 10 >How come Xsun doesn't use any of the shared libraries? > >-lXau and -lXext for two examples ... The Makefile appears to link libraries in from the X source tree, which makes it more of a pain to get shared libraries linked in. My guess is that it does so in order to permit you to build all of the MIT stuff in one lump, without having to build and install the libraries first. Is this the explanation, or is there some deeper explanation?