From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/935 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: SIGILL when dynamic linking without -Wl,-Bsymbolic-functions Date: Sun, 27 May 2012 21:52:56 -0700 Message-ID: <20120527215256.508af780@newbook> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1338180807 11306 80.91.229.3 (28 May 2012 04:53:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 May 2012 04:53:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-936-gllmg-musl=m.gmane.org@lists.openwall.com Mon May 28 06:53:26 2012 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 1SYrxM-0000eK-Ul for gllmg-musl@plane.gmane.org; Mon, 28 May 2012 06:53:25 +0200 Original-Received: (qmail 15830 invoked by uid 550); 28 May 2012 04:53:24 -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 15822 invoked from network); 28 May 2012 04:53:24 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=jLJ9hL/b6LVAhiQhxgiU5SMbUw74I8+JQbPdYrSXcKjcuSVcocZECmqjjeXuv1eXA7k3XyCYt7uzdagwLCZFa2lA7SaoQidWX6/2InWScel5tqGHLLcXJ3+hTBNTooFvMrQZR9BCPOOgtGdK6P8LGS3URbV78qPABYcN49b9s1A=; h=Date:From:To:Subject:Message-ID:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:935 Archived-At: When -Wl,-Bsymbolic-functions is disabled in the makefile, musl cannot be used for dynamic linking. However, the -Bsymbolic-functions option was added in binutils 2.17.50 (a CVS/git version, not a release); this was apparently just prior to the license switch. As a result, it will be impossible to use Aboriginal Linux packages to generate a version capable of dynamic linking. I'm pretty sure this used to work...but I don't remember when I tested it last. I think it was somewhere around 0.8.1-0.8.5. Isaac Dunham