From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/470 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: Testing new gcc wrapper script Date: Wed, 21 Sep 2011 17:05:33 +0200 Message-ID: <20110921150533.GE5865@port70.net> References: <20110921051428.GC132@brightrain.aerifal.cx> <20110921105941.GD5865@port70.net> <20110921140216.GD132@brightrain.aerifal.cx> 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 1316617558 31916 80.91.229.12 (21 Sep 2011 15:05:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2011 15:05:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-471-gllmg-musl=m.gmane.org@lists.openwall.com Wed Sep 21 17:05:50 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 1R6OMs-0004Fg-FG for gllmg-musl@lo.gmane.org; Wed, 21 Sep 2011 17:05:46 +0200 Original-Received: (qmail 21654 invoked by uid 550); 21 Sep 2011 15:05:45 -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 21646 invoked from network); 21 Sep 2011 15:05:45 -0000 Content-Disposition: inline In-Reply-To: <20110921140216.GD132@brightrain.aerifal.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Xref: news.gmane.org gmane.linux.lib.musl.general:470 Archived-At: * 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 /home/nsz/.tmp/gcc_wrapper/musl-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. mkdir: cannot create directory `/home/nsz/.tmp/gcc_wrapper/musl-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3\nCopyright (C) 2008 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.-gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3\nCopyright (C) 2008 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.': File name too long so --version goes to stdout and -print-file-name is discarded when i run gcc --version -print-file-name=libgcc.a