# Build/install Tk the way Slackware's binary package is made: CWD=`pwd` cd /tmp tar xzvf $CWD/tk8.0.5.tar.gz cd tk8.0.5 cd unix ./configure --prefix=/usr --enable-shared make install make clean ./configure --prefix=/usr make install