Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 21 Sep 2011 17:05:33 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Testing new gcc wrapper script

* Rich Felker <dalias@...ifal.cx> [2011-09-21 10:02:16 -0400]:

> On Wed, Sep 21, 2011 at 12:59:41PM +0200, Szabolcs Nagy wrote:
> > * Rich Felker <dalias@...ifal.cx> [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

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.