Testsuite: further observations

Florian Weimer Florian.Weimer@RUS.Uni-Stuttgart.DE
Thu Jan 18 06:26:00 GMT 2001


Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:
>   ./mkcheck 0 `pwd` /sw/test/gcc/gcc/libstdc++-v3
>   /usr/bin/env: No such file or directory
>   *** Error code 127

> What might be the problem here? What should I check?

mkcheck starts with the following line:

#!/usr/bin/env bash

Obviously, on your Solaris box, 'env' is in /bin (or somewhere else).
('env' is used to look up the path for bash in the environment,
because this path differs from system to system.)

> Might this be a Sun make problem?

I don't think this is a likely cause.


More information about the Gcc mailing list