From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrei Petrov Subject: dynamic libraries Date: Wed, 23 Feb 2005 13:28:13 -0800 Message-ID: <20050223212813.GA3988@liz.veritas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org While looking at tools build I noticed that same object files are used to build both static and dynamic libraries (libxc, libxutil). It's normally required to compile in PIC form for dynamic ones. At first I thought that no applcations use those libraries, but no, they are used by all of them. Surprisingly it doens't cause any problems (at least nobody's complaining, ld.so even). Well, anyway it doesn't look correct for me, I'd like to come up with a patch but it'll take some time, so I wouldn't mind if some Makefile savvy beat me on it. Short term solution would be always set -fPIC. --Andrei Petrov ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click