tcl-7.6jpとtk-4.2jpのinstall (98/04/03) 1) 展開とパッチ $ tar zxvf tcl7.6.tar.gz -C ~/src $ tar zxvf tk4.2.tar.gz -C ~/src $ cp tcl7.6jp-patch ~/src/tcl7.6 $ cp tk4.2jp-patch ~/src/tk4.2 $ cd ~/src/tcl7.6 $ patch -p0 < tcl7.6jp-patch $ cd ~/src/tk4.2 $ patch -p0 < tk4.2jp-patch 2) make & install $ cd /src/tcl7.6/unix $ ./configure --enable-shared $ make $ cd /src/tk4.2/unix $ ./configure --enable-shared --with-tcl=/src/tcl7.6/unix $ make $ su # cd /src/tcl7.6/unix # make install # cd /src/tk4.2/unix # make install 3) linkを張る # ln -s /usr/local/bin/tclsh7.6jp /usr/local/bin/tclsh # ln -s /usr/local/bin/wish4.2jp /usr/local/bin/wish