9.2. Tcl-8.5.12

The Tcl package contains the Tool Command Language.

9.2.1. Installation of Tcl

Prepare Tcl for compilation:

cd unix
./configure --prefix=/tools

Build the package:

make

Install the package:

make install

Tcl's private header files are needed for the next package, Expect. Install them into /tools:

make install-private-headers

Now make a necessary symbolic link:

ln -sv tclsh8.5 /tools/bin/tclsh

9.2.2. Contents of Tcl

Installed programs: tclsh (link to tclsh8.5) and tclsh8.5
Installed libraries: libtcl8.5.so, libtclstub8.5.a

Short Descriptions

tclsh8.5

The Tcl command shell

tclsh

A link to tclsh8.5

libtcl8.5.so

The Tcl library

libtclstub8.5.a

The Tcl Stub library