From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/746 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl vs wireless-tools Date: Sun, 22 Apr 2012 01:40:55 -0400 Message-ID: <20120422054055.GH14673@brightrain.aerifal.cx> References: <20120420083311.7526718a@newbook> <20120420153918.GD14673@brightrain.aerifal.cx> <20120420092311.494115ac@newbook> <20120421155611.c4e08d9e.idunham@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1335073097 30610 80.91.229.3 (22 Apr 2012 05:38:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Apr 2012 05:38:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-747-gllmg-musl=m.gmane.org@lists.openwall.com Sun Apr 22 07:38:16 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 1SLpV0-0003Ru-Mr for gllmg-musl@plane.gmane.org; Sun, 22 Apr 2012 07:38:14 +0200 Original-Received: (qmail 29780 invoked by uid 550); 22 Apr 2012 05:38:13 -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 29772 invoked from network); 22 Apr 2012 05:38:13 -0000 Content-Disposition: inline In-Reply-To: <20120421155611.c4e08d9e.idunham@lavabit.com> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:746 Archived-At: On Sat, Apr 21, 2012 at 03:56:11PM -0700, Isaac Dunham wrote: > Well, make iwmulticall produced iwmulticall.o and a ton of errors. > But > musl-gcc -static iwmulticall.o -o iwhack > made a working binary... > (you won't find out if it's really working unless you copy or link to > iw{config,event,getid,list,priv,spy}, however) > > So one of the options it's passing ends up breaking the musl-gcc > link step. The source is compatible with musl, though. Have you tried with the new draft wrapper I posted? It might fix the issue. Rich