From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/471 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Testing new gcc wrapper script Date: Wed, 21 Sep 2011 11:13:26 -0400 Message-ID: <20110921151326.GE132@brightrain.aerifal.cx> References: <20110921051428.GC132@brightrain.aerifal.cx> <20110921105941.GD5865@port70.net> <20110921140216.GD132@brightrain.aerifal.cx> <20110921150533.GE5865@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1316618341 6016 80.91.229.12 (21 Sep 2011 15:19:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2011 15:19:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-472-gllmg-musl=m.gmane.org@lists.openwall.com Wed Sep 21 17:18:57 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1R6OZd-0003dq-5Q for gllmg-musl@lo.gmane.org; Wed, 21 Sep 2011 17:18:57 +0200 Original-Received: (qmail 1607 invoked by uid 550); 21 Sep 2011 15:18:56 -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 1596 invoked from network); 21 Sep 2011 15:18:56 -0000 Content-Disposition: inline In-Reply-To: <20110921150533.GE5865@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:471 Archived-At: On Wed, Sep 21, 2011 at 05:05:33PM +0200, Szabolcs Nagy wrote: > * Rich Felker [2011-09-21 10:02:16 -0400]: > > > On Wed, Sep 21, 2011 at 12:59:41PM +0200, Szabolcs Nagy wrote: > > > * Rich Felker [2011-09-21 01:14:28 -0400]: > > > > version (attached to this email) and I'd like some feedback on how > > > > well it works. Edit the top of the file to choose your installation > > > > > > ../configure might test cc --version which fails with my-musl-gcc > > > > This works fine as far as I can tell. > > > > i get > $ ./my-musl-gcc --version > [...] > > so --version goes to stdout and -print-file-name is discarded when i run > gcc --version -print-file-name=libgcc.a I see. Wonder why it didn't happen for me. Anyway I'll fix it. Thanks for the reports! Hopefully this will be able to go into the next release... Rich