------- 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