From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4564 Path: news.gmane.org!not-for-mail From: Oliver Schneider Newsgroups: gmane.linux.lib.musl.general Subject: Re: How to build libc.a with -fPIC for all archive members? Date: Mon, 10 Feb 2014 14:04:18 +0000 Organization: CYREN Iceland Message-ID: <52F8DC62.6050809@f-prot.com> References: <52F8C782.4060308@f-prot.com> <52F8D3B0.4030106@f-prot.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1392041068 21168 80.91.229.3 (10 Feb 2014 14:04:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Feb 2014 14:04:28 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4568-gllmg-musl=m.gmane.org@lists.openwall.com Mon Feb 10 15:04:35 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1WCrTN-0000NX-8z for gllmg-musl@plane.gmane.org; Mon, 10 Feb 2014 15:04:33 +0100 Original-Received: (qmail 30335 invoked by uid 550); 10 Feb 2014 14:04:32 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 30327 invoked from network); 10 Feb 2014 14:04:32 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 In-Reply-To: <52F8D3B0.4030106@f-prot.com> X-Antivirus: Scanned by F-PROT Antivirus (http://www.f-prot.com) Xref: news.gmane.org gmane.linux.lib.musl.general:4564 Archived-At: Okay, so the probable reason is that the assembly code isn't relocatable or not marked as such. Looking into this further. // Oliver