[Jacob Levy] July 19, 2003: Please report here on your testing of Tcl 8.4.4. It's available by anon CVS now in the sourceforge.net CVS. To get the source code: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tcl login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tcl co -r core-8-4-4 tcl Similarly for Tk: cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tktoolkit login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/tktoolkit co -r core-8-4-4 tk Then: % ./configure --prefix= % make % make test % make install % ---- [Jacob Levy] July 19, 2003: Tested the Tcl side of things on RH 7.3 gcc 2.96, all clean. Cannot run 'make test' on Tk because I have a display-less machine (only ssh-accessible). Tk did build and install cleanly.