From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5891 Path: news.gmane.org!not-for-mail From: u-igbb@aetey.se Newsgroups: gmane.linux.lib.musl.general Subject: Re: compiling musl on x86_64 linux with pcc Date: Mon, 25 Aug 2014 10:28:08 +0200 Message-ID: <20140825082807.GB12376@example.net> References: <20140813091843.GD5170@example.net> <20140813123832.GK12888@brightrain.aerifal.cx> <20140813125607.GK5170@example.net> <20140813142332.GN12888@brightrain.aerifal.cx> 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: ger.gmane.org 1408955326 32717 80.91.229.3 (25 Aug 2014 08:28:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2014 08:28:46 +0000 (UTC) Cc: musl@lists.openwall.com To: Rich Felker Original-X-From: musl-return-5897-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 25 10:28:40 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 1XLpdn-0000O2-FY for gllmg-musl@plane.gmane.org; Mon, 25 Aug 2014 10:28:39 +0200 Original-Received: (qmail 24189 invoked by uid 550); 25 Aug 2014 08:28:37 -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 24178 invoked from network); 25 Aug 2014 08:28:37 -0000 X-T2-Spam-Status: No, hits=0.0 required=5.0 Received-SPF: none receiver=mailfe03.swip.net; client-ip=78.108.63.44; envelope-from=u-igbb@aetey.se Content-Disposition: inline In-Reply-To: <20140813142332.GN12888@brightrain.aerifal.cx> User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:5891 Archived-At: On Wed, Aug 13, 2014 at 10:23:32AM -0400, Rich Felker wrote: ... > pcc was working in the past > (at least on 32-bit) and should work. Unfortunately (even after the fix in pcc for "\0") musl seems to be miscompiled by pcc of 2014-08-24, tried static on x86_64 and dynamic on i386, with musl 1.1.4. Do you have a reference to which versions of musl and pcc did work together? (May be the musl compilation went through, like it does now, but the resulting library was not fully healthy either?) Rune