Erinevus lehekülje "Tcl-8.5.9" redaktsioonide vahel
(ei näidata sama kasutaja 6 vahepealset redaktsiooni) | |||
12. rida: | 12. rida: | ||
Käesolev pakett ja kaks järgmist (Expect ja DejaGNU) saab paigaldatud, et toetada | Käesolev pakett ja kaks järgmist (Expect ja DejaGNU) saab paigaldatud, et toetada | ||
GCC ja Binutils testide käivitamist. Paigaldada tervelt kolm paketti puhtalt testideks | GCC ja Binutils testide käivitamist. Paigaldada tervelt kolm paketti puhtalt testideks | ||
− | võib tunduda esmapilgul liialdamine, kuid praktikas on rahustav, kui mitte lausa hädavajalik, teada kas kõige olulisemad töövahendid töötavad korrektselt | + | võib tunduda esmapilgul liialdamine, kuid praktikas on rahustav, kui mitte lausa hädavajalik, teada kas kõige olulisemad töövahendid töötavad korrektselt. |
Valmistame Tcli kompileerimiseks ette: | Valmistame Tcli kompileerimiseks ette: | ||
28. rida: | 28. rida: | ||
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. | ||
+ | |||
+ | Tcli testid võivad teatud masinatel anda veateateid. Vigade esinemise põhjused pole hetkel | ||
+ | veel täiesti selged. Seega testide ebaõnnestumised pole siinkohas väga haruldased ja ei oma | ||
+ | kriitilist tähtsust. TZ=UTC parameeter seadistab ajatsooni testimise hetkeks Coordinated Universal Time (UTC) peale mis üldiselt tuntud ka kui Greenwich Mean Time (GMT). See kindlustab, et kellatestid viiakse | ||
+ | läbi korrektselt. Täpsemad TZ keskkonnamuutujad leiab hiljem peatükist 7. | ||
Paketi paigaldus: | 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: | ||
+ | Muudame paigaldatud teegi (library) kirjutatavaks | ||
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. | ||
− | make install-private-headers | + | Paigaldame Tcl'i päised (headers). Järgmine pakett, Expect, vajab neid enda kompileerimisel. |
− | + | ||
+ | make install-private-headers | ||
+ | |||
+ | Loome olulise sümbolnime (symbolic link): | ||
ln -sv tclsh8.5 /tools/bin/tclsh | ln -sv tclsh8.5 /tools/bin/tclsh | ||
− | |||
− | + | '''5.11.2. Contents of Tcl''' | |
+ | |||
+ | Paigaldatud programmid: | ||
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 | ||
− | + | '''Lühikirjeldused''' | |
tclsh8.5 | tclsh8.5 |
Viimane redaktsioon: 26. mai 2011, kell 13:23
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.
Käesolev pakett ja kaks järgmist (Expect ja DejaGNU) saab paigaldatud, et toetada GCC ja Binutils testide käivitamist. Paigaldada tervelt kolm paketti puhtalt testideks võib tunduda esmapilgul liialdamine, kuid praktikas on rahustav, kui mitte lausa hädavajalik, teada kas kõige olulisemad töövahendid töötavad korrektselt.
Valmistame Tcli kompileerimiseks ette:
cd unix ./configure --prefix=/tools
Kompileerime paketi:
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.
Tcli testid võivad teatud masinatel anda veateateid. Vigade esinemise põhjused pole hetkel veel täiesti selged. Seega testide ebaõnnestumised pole siinkohas väga haruldased ja ei oma kriitilist tähtsust. TZ=UTC parameeter seadistab ajatsooni testimise hetkeks Coordinated Universal Time (UTC) peale mis üldiselt tuntud ka kui Greenwich Mean Time (GMT). See kindlustab, et kellatestid viiakse läbi korrektselt. Täpsemad TZ keskkonnamuutujad leiab hiljem peatükist 7.
Paketi paigaldus:
make install
Make the installed library writable so debugging symbols can be removed later: Muudame paigaldatud teegi (library) kirjutatavaks
chmod -v u+w /tools/lib/libtcl8.5.so
Install Tcl's headers. The next package, Expect, requires them to build.
Paigaldame Tcl'i päised (headers). Järgmine pakett, Expect, vajab neid enda kompileerimisel.
make install-private-headers
Loome olulise sümbolnime (symbolic link):
ln -sv tclsh8.5 /tools/bin/tclsh
5.11.2. Contents of Tcl
Paigaldatud programmid:
tclsh (link to tclsh8.5) and tclsh8.5 Installed library: libtcl8.5.so, libtclstub8.5.a
Lühikirjeldused
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