I was trying to use dejagnu 1.5 with gcc trunk, and it doesn't appear to work 
at all:

`if [ -f ${srcdir}/../dejagnu/runtest ] ; then echo 
${srcdir}/../dejagnu/runtest ; else echo runtest; fi` --tool gcc  $runtestflags)
ERROR: tcl error sourcing library file /opt/local/share/dejagnu/framework.exp.
can't rename "::unknown": command doesn't exist
can't rename "::unknown": command doesn't exist
    while executing
"rename ::unknown ::tcl_unknown"
    (file "/opt/local/share/dejagnu/framework.exp" line 265)
    invoked from within
"source /opt/local/share/dejagnu/framework.exp"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 source /opt/local/share/dejagnu/framework.exp"
    invoked from within
"catch "uplevel #0 source ${dir}/${initfile}" error"
make[1]: [check-parallel-gcc_8] Error 1 (ignored)


?

My only guess would be:

http://lists.gnu.org/archive/html/dejagnu-commit/2011-03/msg00002.html

So, the question is, am I doing something wrong or does this not work?
_______________________________________________
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu

Reply via email to