Erinevus lehekülje "Tcl-8.5.9" redaktsioonide vahel

Allikas: Kuutõrvaja
35. rida: 35. rida:
  
 
  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.
 +
 +
Paigaldame Tcl'i päised (headers). Järgmine pakett, Expect, vajab neid enda kompileerimisel.
  
 
  make install-private-headers
 
  make install-private-headers

Redaktsioon: 26. mai 2011, kell 13:16

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.

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.

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