This is the mail archive of the gcc@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]

Re: Testsuite: further observations


> When running the testsuite on a sparc-sun-solaris2.8 bix, I get the
> following error/warning (srcdir is /sw/test/gcc/gcc):
> 
>   Making check in libsupc++
>   Making check in src
>   chmod +x  ./mkcheck
>   ./mkcheck 0 `pwd` /sw/test/gcc/gcc/libstdc++-v3
>   /usr/bin/env: No such file or directory
>   *** Error code 127
>   make: Warning: Target `check' not remade because of errors
>   Current working directory /files/pfeifer/OBJ-0118-1246/sparc-sun-solaris2.8/libstdc++-v3
>   *** Error code 1
> 
> What might be the problem here? What should I check?
> Might this be a Sun make problem?

The line in mkcheck reads "#! /usr/bin/env bash", so I'd say you don't have bash
available on your box...

Just a guess, though.

Cheers,
					Christian

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