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]

egcs-1.0 make check, runtest not found


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




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