This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite: further observations
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.