This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Testsuite failure in gcc version 2.96 19990824 (experimental)
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Testsuite failure in gcc version 2.96 19990824 (experimental)
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Wed, 25 Aug 1999 08:27:18 -0400
- Reply-to: ronis at onsager dot chem dot mcgill dot ca
I just built the gcc version 2.96 19990824 (experimental) on an
i586-linux-2.2.11 box. The bootstrap went fine, but
make -k check
died looking for tcl8.0 (part of the log is appended below). We have
tcl8.1 installed here. Since all other recent snapshots worked,
either tcl support wasn't needed, or if it was, version 8.1 was found.
Something needs to be tweaked.
David
Making a new config file...
rootme=`pwd`; export rootme; \
srcdir=../../../../egcs/libio/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}/../../dejagnu/runtest; else if [ "i586-pc-linux-gnulibc1" = "i586-pc-linux-gnulibc1" ]; then echo runtest; else t=''; echo runtest | sed -e '' $t; fi; fi`
Tcl_Init failed: Can't find a usable init.tcl in the following directories:
/usr/local/share/tcl8.0 ./share/tcl8.0 /home/ronis/Project/objdir/i586-pc-linux-gnulibc1/share/tcl8.0 ./tcl8.0/library ./library
This probably means that Tcl wasn't installed properly.