# Build/install Tcl the way Slackware's binary package is made: CWD=`pwd` cd /tmp tar xzvf $CWD/tcl8.0.5.tar.gz cd tcl8.0.5 mkdir -p /usr/doc/tcl8.0.5 cp -a README changes license.terms /usr/doc/tcl8.0.5 chown root.root /usr/doc/tcl8.0.5/* cat $CWD/tcl8.0.3-glibc21.patch | patch -p2 -E cd unix ./configure --prefix=/usr make install make clean ./configure --prefix=/usr --enable-shared make install