I am trying to build gcc-3.4.6 on FreeBSD 4. I believe the compiler built properly, but I get an error whenever I try to run the check pass. I receive the error message "(DejaGnu) proc "text" does not exist" for all of the unit tests. Any clue what I need to fix? It appears I am running DejaGnu version 1.4.1. Anything else I should look for? Here is one example of the error message I'm seeing: [michaelv =>fbsd4dev<= gcc-3.4.6]$ gmake check gmake[1]: Entering directory `/home/michaelv/dev/gcc/gcc-3.4.6/gcc' (rootme=`${PWDCMD-pwd}`; export rootme; \ srcdir=`cd .; ${PWDCMD-pwd}` ; export srcdir ; \ cd testsuite; \ EXPECT=expect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=`cd .. ; cd ./../tcl/library ; ${PWDCMD-pwd}` ; \ export TCL_LIBRARY ; fi ; \ runtest --tool gcc ) WARNING: Couldn't find the global config file. Test Run By michaelv on Mon Sep 15 13:39:07 2008 Native configuration is i386-unknown-freebsd4.11 === gcc tests === Schedule of variations: unix Running target unix Using /usr/local/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/local/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/michaelv/dev/gcc/gcc-3.4.6/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /home/michaelv/dev/gcc/gcc-3.4.6/gcc/testsuite/gcc.c-torture/compile/compile.exp ... ERROR: (DejaGnu) proc "text" does not exist. The error code is NONE The info on the error is: close: spawn id exp6 not open while executing "close -i exp6" invoked from within "catch "close -i $spawn_id"" === gcc Summary ===