Installation of TCL
This package and the next two are only installed to be able to run the
test suites for GCC and Binutils. Installing three packages just for for
testing purposes may seem like overkill, but it is very reassuring, if not
essential, to know that our most important tools are working properly.
Prepare Tcl to be compiled:
cd unix
./configure --prefix=/stage1
Build, test, and install the package:
make
make test
make install
Note that some of the tests may fail, and that this is not a problem:
the program will work well enough to be able to run the GCC and Binutils test
suites.
Make a link:
ln -s tclsh8.4 /stage1/bin/tclsh
Do not remove the
tcl&tcl-version; source directory yet, as the next package
will need its internal headers.