This is the mail archive of the gcc-patches@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: Make testsuite working for me



  > Trying to run the tests in libstdc++ I always got (using a recent
  > dejagnu (9801?):
  > 
  > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  > rootme=`pwd`; export rootme; \
  > srcdir=../../../../egcs-cvs/libstdc++/testsuite ; export srcdir ; \
  > 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}/../../deja
  > gnu/runtest ; else echo runtest; fi`  
  > WARNING: Couldn't find tool init file
  > Test Run By aj on Thu May 28 11:04:02 1998
  > Native configuration is i486-pc-linux-gnu
  > 
  >                 === runtest tests ===
  > 
  > Running target unix
  > Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
  > target.
*real* strange since it works just fine here.

What directory are you running "make check" in?

jeff


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