This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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 the job... Hans-Peter?

Unfortunately, this won't do: on IRIX 5, we have RANLIB=:, which is a shell
builtin.  When I tried a make check with RANLIB_FOR_TARGET=:, this failed
with (I think) `command not found'.  We'd have to make sure that RANLIB is
set to e.g. true, i.e. an external command.

        Rainer


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32499


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]