Wednesday, June 2, 2010

Chapter 5.11 Tcl

Unpack tcl8.5.8 and cd into it. That's where the directory unix is. Although not necessary, I am running ths suggested test, remaining inside the unix subdirectory.

Here's the result:

Tests ended at Wed Jun 02 08:07:30 UTC 2010
all.tcl: Total 24472 Passed 23366 Skipped 1106 Failed 0
Sourced 137 Test Files.


Next, install to $LFS/tools directory using make install (as user lfs).
Before changing the permissions,
$LFS/tools/lib$ ls -l libtcl*
-r-xr-xr-x 1 lfs lfs 1146739 Jun 2 10:09 libtcl8.5.so

After changing permissions (chmod -v u+w /tools/lib/libtcl8.5.so)
tools/lib$ ls -l libtcl*.so
-rwxr-xr-x 1 lfs lfs 1146739 Jun 2 10:09 libtcl8.5.so

Ok, writable for user lfs. Follow remaining commands. I stay in the unix directory. I am deleting all the created tcl directories under $LFS/source. There is only one, no build directory was created.

No comments:

Post a Comment