This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs-1.0 make check, runtest not found
- To: egcs at cygnus dot com
- Subject: egcs-1.0 make check, runtest not found
- From: Michael Stiller <michael at toyland dot ping dot de>
- Date: Thu, 11 Dec 1997 01:00:48 +0100
- Reply-To: egcs at cygnus dot com
Hi,
i got the following problem if i issue 'make check' after egcs compilation:
--------
EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo
${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; \
if [ -f ${rootme}/../../expect/expect ] ; then \
TCL_LIBRARY=${srcdir}/../../tcl/library ; \
export TCL_LIBRARY ; fi ; \
` if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo
${srcdir}/../../dejagnu/runtest; else if [ "i586-pc-linux-gnulibc1" =
"i586-pc-linux-gnulibc1" ]; then echo runtest; else t=''; echo runtest | sed
-e '' $t; fi; fi`
/bin/sh: runtest: command not found
make[3]: *** [just-check] Error 127
make[3]: Leaving directory `/usr/src/packages/egcs-1.0/objdir/libraries/libio/t
estsuite'
make[2]: *** [subdir_do] Error 1
make[2]: Leaving directory `/usr/src/packages/egcs-1.0/objdir/libraries/libio'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/src/packages/egcs-1.0/objdir/libraries/libio'
make: *** [check-target-libio] Error 2
--------
Any clues ?
-Michael