diff options
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 88fa8021e..6a59a92fb 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -74,6 +74,11 @@ <screen><userinput remap="install">make install</userinput></screen> + <para>Make the installed library writable so debugging symbols can + be removed later:</para> + +<screen><userinput remap="install">chmod -v u+w /tools/lib/libtcl8.5.so</userinput></screen> + <para>Install Tcl's headers. The next package, Expect, requires them to build.</para> |