Testsuite failure in gcc version 2.96 19990824 (experimental)

David Ronis ronis@ronispc.chem.mcgill.ca
Wed Aug 25 05:27:00 GMT 1999


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.


More information about the Gcc-bugs mailing list