Author: randy
Date: 2005-09-10 18:46:32 -0600 (Sat, 10 Sep 2005)
New Revision: 5054
Modified:
trunk/BOOK/general/prog/tcl.xml
trunk/BOOK/general/prog/tk.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added a note to the Tcl and Tk instructions to ensure the environment variables
are properly set
Modified: trunk/BOOK/general/prog/tcl.xml
===================================================================
--- trunk/BOOK/general/prog/tcl.xml 2005-09-11 00:23:55 UTC (rev 5053)
+++ trunk/BOOK/general/prog/tcl.xml 2005-09-11 00:46:32 UTC (rev 5054)
@@ -87,6 +87,13 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+ <caution>
+ <para>If you don't use <command>su</command> to become the
+ <systemitem class="username">root</systemitem> user, ensure you set the
+ environment variables <envar>VERSION</envar> and <envar>V</envar> again
+ before running the installation commands.</para>
+ </caution>
+
<screen role="root"><userinput>make install &&
install -v -d /usr/include/tcl${V}/unix &&
install -v -m644 *.h /usr/include/tcl${V}/unix/ &&
@@ -104,15 +111,6 @@
unset V &&
unset DIR</userinput></screen>
-<!--
- <caution>
- <para>If you build the package as an ordinary user and then switch to
- root to install the package, ensure you set the environment variables
- <envar>V</envar> and <envar>VERSION</envar> before running the
installation
- commands.</para>
- </caution>
--->
-
</sect2>
<sect2 role="commands">
Modified: trunk/BOOK/general/prog/tk.xml
===================================================================
--- trunk/BOOK/general/prog/tk.xml 2005-09-11 00:23:55 UTC (rev 5053)
+++ trunk/BOOK/general/prog/tk.xml 2005-09-11 00:46:32 UTC (rev 5054)
@@ -85,6 +85,13 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+ <caution>
+ <para>If you don't use <command>su</command> to become the
+ <systemitem class="username">root</systemitem> user, ensure you set the
+ environment variables <envar>VERSION</envar> and <envar>V</envar> again
+ before running the installation commands.</para>
+ </caution>
+
<screen role="root"><userinput>make install &&
install -v -d /usr/include/tk${V}/unix &&
install -v -m644 *.h /usr/include/tk${V}/unix/ &&
@@ -102,15 +109,6 @@
unset V &&
unset DIR</userinput></screen>
-<!--
- <caution>
- <para>If you build the package as an ordinary user and then switch to
- root to install the package, ensure you set the environment variables
- <envar>V</envar> and <envar>VERSION</envar> before running the
installation
- commands.</para>
- </caution>
--->
-
</sect2>
<sect2 role="commands">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-09-11 00:23:55 UTC
(rev 5053)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-09-11 00:46:32 UTC
(rev 5054)
@@ -45,6 +45,10 @@
<para>September 10th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Added a note to the Tcl and Tk instructions to ensure
+ the environment variables are properly set.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Added a GCC-4 patch to the Xorg instructions.</para>
</listitem>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page