%general-entities; ]> tcl-core &tcl-version;
&tcl-url;
Tcl-core-&tcl-version; Tcl-core <para>The Tcl package contains the Tool Command Language.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&tcl-ch5-sbu;</seg> <seg>&tcl-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Tcl-core This package and the next two (Expect and DejaGNU) are installed to support running the test suites for GCC and Binutils and other packages. Installing three packages for testing purposes may seem excessive, but it is very reassuring, if not essential, to know that the most important tools are working properly. Even if the test suites are not run in this chapter (they are not mandatory), these packages are required to run the test suites in . Note that the Tcl package used here is a minimal version needed to run the LFS tests. For the full package, see the BLFS Tcl procedures. Prepare Tcl for compilation: cd unix ./configure --prefix=/tools Build the package: make Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Tcl test suite anyway, issue the following command: TZ=UTC make test The Tcl test suite may experience failures under certain host conditions that are not fully understood. Therefore, test suite failures here are not surprising, and are not considered critical. The TZ=UTC parameter sets the time zone to Coordinated Universal Time (UTC), but only for the duration of the test suite run. This ensures that the clock tests are exercised correctly. Details on the TZ environment variable are provided in . Install the package: make install Make the installed library writable so debugging symbols can be removed later: chmod -v u+w /tools/lib/libtcl&tcl-major-version;.so Install Tcl's headers. The next package, Expect, requires them to build. make install-private-headers Now make a necessary symbolic link: ln -sv tclsh&tcl-major-version; /tools/bin/tclsh Contents of Tcl-core Installed programs Installed library tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version; libtcl&tcl-major-version;.so, libtclstub&tcl-major-version;.a Short Descriptions tclsh&tcl-major-version; The Tcl command shell tclsh&tcl-major-version; tclsh A link to tclsh&tcl-major-version; tclsh libtcl&tcl-major-version;.so The Tcl library libtcl&tcl-major-version;.so libtclstub&tcl-major-version;.a The Tcl Stub library libtclstub&tcl-major-version;.a