Erinevus lehekülje "Tcl-8.5.9" redaktsioonide vahel
(Uus lehekülg: 'The Tcl package contains the Tool Command Language. Umbkaudne ehitamise aeg: 0.5 SBU Nõutav kettaruum: 32 MB '''5.11.1. Tcli paigaldus''' This package and the next two (Expect a...') |
|||
12. rida: | 12. rida: | ||
Prepare Tcl for compilation: | Prepare Tcl for compilation: | ||
− | cd unix | + | cd unix |
− | ./configure --prefix=/tools | + | ./configure --prefix=/tools |
Build the package: | Build the package: | ||
− | make | + | make |
− | |||
− | TZ=UTC make test | + | Kompileerimise lõppedes võib soovi korral käivitada täiendava testi. Ajutiste töövahendite puhul pole see oluline, seega võib järgmise sammu vahele jätta. Soovides testi käivita, sisesta käsk: |
+ | |||
+ | 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), also known as Greenwich Mean Time (GMT), 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 Chapter 7. | 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), also known as Greenwich Mean Time (GMT), 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 Chapter 7. | ||
− | + | Paketi paigaldus: | |
− | make install | + | make install |
Make the installed library writable so debugging symbols can be removed later: | Make the installed library writable so debugging symbols can be removed later: | ||
− | chmod -v u+w /tools/lib/libtcl8.5.so | + | chmod -v u+w /tools/lib/libtcl8.5.so |
Install Tcl's headers. The next package, Expect, requires them to build. | Install Tcl's headers. The next package, Expect, requires them to build. | ||
33. rida: | 34. rida: | ||
Now make a necessary symbolic link: | Now make a necessary symbolic link: | ||
− | ln -sv tclsh8.5 /tools/bin/tclsh | + | ln -sv tclsh8.5 /tools/bin/tclsh |
5.11.2. Contents of Tcl | 5.11.2. Contents of Tcl | ||
Installed programs: | Installed programs: | ||
− | tclsh (link to tclsh8.5) and tclsh8.5 | + | tclsh (link to tclsh8.5) and tclsh8.5 |
− | Installed library: | + | Installed library: |
− | libtcl8.5.so, libtclstub8.5.a | + | libtcl8.5.so, libtclstub8.5.a |
+ | |||
Short Descriptions | Short Descriptions | ||
Redaktsioon: 26. mai 2011, kell 13:00
The Tcl package contains the Tool Command Language.
Umbkaudne ehitamise aeg: 0.5 SBU Nõutav kettaruum: 32 MB
5.11.1. Tcli paigaldus
This package and the next two (Expect and DejaGNU) are installed to support running the test suites for GCC and Binutils. 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 Chapter 6.
Prepare Tcl for compilation:
cd unix ./configure --prefix=/tools
Build the package:
make
Kompileerimise lõppedes võib soovi korral käivitada täiendava testi. Ajutiste töövahendite puhul pole see oluline, seega võib järgmise sammu vahele jätta. Soovides testi käivita, sisesta käsk:
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), also known as Greenwich Mean Time (GMT), 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 Chapter 7.
Paketi paigaldus:
make install
Make the installed library writable so debugging symbols can be removed later:
chmod -v u+w /tools/lib/libtcl8.5.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 tclsh8.5 /tools/bin/tclsh
5.11.2. Contents of Tcl
Installed programs:
tclsh (link to tclsh8.5) and tclsh8.5 Installed library: 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