[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-06 Thread pcarlini at suse dot de
--- Comment #11 from pcarlini at suse dot de 2007-07-06 16:33 --- Ok, thanks. Let's ask Paolo's opinion here too (as a build system maintainer), in particular about the final part of Comment #6... -- pcarlini at suse dot de changed: What|Removed |A

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-06 Thread hp at gcc dot gnu dot org
--- Comment #10 from hp at gcc dot gnu dot org 2007-07-06 13:52 --- In reply to comment #9: Yes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32499

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-06 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2007-07-06 12:05 --- Thanks Hans-Peter for the (partial) patch. Therefore, I understand now the issue isn't a libstdc++ proper issue anymore? Someone should play with the toplevel configure.ac? -- pcarlini at suse dot de changed:

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #8 from ro at techfak dot uni-bielefeld dot de 2007-07-05 17:31 --- Subject: Re: libstdc++ testsuite fails on platforms without ranlib hp at gcc dot gnu dot org writes: > and you'll have to fix the ":" problem separately. > Unless you prefer a 'set ranlib "$env(SHELL) -c

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #6 from ro at techfak dot uni-bielefeld dot de 2007-07-05 15:42 --- Subject: Re: libstdc++ testsuite fails on platforms without ranlib hp at gcc dot gnu dot org writes: > I'm not the one adding the ranlib invocation, just the one last touching it, Indeed: I found that Be

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #5 from ro at techfak dot uni-bielefeld dot de 2007-07-05 15:19 --- Subject: Re: libstdc++ testsuite fails on platforms without ranlib pcarlini at suse dot de writes: > Let's add Hans-Peter in CC... I suspect adding an 'else if [info exists > env(RANLIB)]...' could do th

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-07-05 15:04 --- Thanks Hans-Peter. Are you willing to investigate this issue further? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32499

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2007-07-05 15:01 --- I'm not the one adding the ranlib invocation, just the one last touching it, see for example also PR30675. Don't check for RANLIB, it's for the host and we're testing for the target. The framework in this case the topleve

[Bug libstdc++/32499] libstdc++ testsuite fails on platforms without ranlib

2007-07-05 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-07-05 14:37 --- Let's add Hans-Peter in CC... I suspect adding an 'else if [info exists env(RANLIB)]...' could do the job... Hans-Peter? -- pcarlini at suse dot de changed: What|Removed |Added -