From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1409 Path: news.gmane.org!not-for-mail From: =?ISO-8859-2?Q?Daniel_Cegie=B3ka?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: x32 Date: Sun, 5 Aug 2012 16:13:41 +0200 Message-ID: References: <20120803023633.GG544@brightrain.aerifal.cx> <9251.50.0.229.11.1344128449.squirrel@lavabit.com> <501DEF70.6060900@barfooze.de> <40178.50.0.229.11.1344142584.squirrel@lavabit.com> <501E675A.5020605@barfooze.de> <20120805125800.GA81991@intma.in> <501E75F1.7030903@opensource.dyc.edu> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1344176053 24326 80.91.229.3 (5 Aug 2012 14:14:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Aug 2012 14:14:13 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1410-gllmg-musl=m.gmane.org@lists.openwall.com Sun Aug 05 16:14:14 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 1Sy1aw-0008AG-BH for gllmg-musl@plane.gmane.org; Sun, 05 Aug 2012 16:14:14 +0200 Original-Received: (qmail 15663 invoked by uid 550); 5 Aug 2012 14:14: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 15654 invoked from network); 5 Aug 2012 14:14:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=3MLrFE+9UaoE3iHJcDsZebTZ9pyWGTn77HFfUrkEomE=; b=QgcVvfXoGD3+LavJsHDuf8RBDhkeQRrpGP57OWugKzahctQ4LRI4zlI1rgSRqbDWUY ht52EK1wlvdvM4smFsTUyOPpMrbYm4ifPtyttsgPxJ3Q3+Ed0h+RlQ5xxUehndYrgG9l QCFthAXhQJ8TgRVxWcMDf/SVXwPY6RFxB6wIbbdtp0LtPiILGjffRsiqsOblwmoKkkEW Ctxxow8EUNdTXO+gEtb6eQCXCVprrmrLbaUCCUxY9WDCeoawco82VUuVDWG3yWvQthUp +zeHTnv7GUaMBfnWifk3sGQdYrE6NJXOQFzG2TERS/Q8trBoNsyS/6dJ+Uw7BjxiSt1S KhXA== In-Reply-To: <501E75F1.7030903@opensource.dyc.edu> Xref: news.gmane.org gmane.linux.lib.musl.general:1409 Archived-At: > Off topic, I just started playing with building a minimal gentoo system > around musl. The gcc wrapper + spec file approach makes it easy to cross > compile a system. I am hitting issues, so except bug reports :P -D_GNU_SOURCE -D_BSD_SOURCE helps a lot! :) I've a lot of problems especially with net stuff (try to compile ethtools) and with pam*/shadow... grep (regex.h)... best regards, Daniel