After Tcl, I believe I re-installed “expect”, then installed Dejagnu. This is quite involved.
Then I set:
PATH=$PATH:/usr/local/share/dejagnu
to add /usr/local/share/dejagnu
to the search Path, as alluded to here:
https://gcc.gnu.org/install/test.html
My src and obj directory is:
/home/david/scratch3/gcc-4.8.3
So I ran:
[david@localhost gcc-4.8.3]$ make -k check
which is in progress…