aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter06/bzip2-inst.xml4
2 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 7e993ec9c..5df0d2a7c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,7 +35,12 @@
</para></listitem>
-<listitem><para>April 3rd, 2002 [gerard]: Chapter 5 - Linux: Shortened the
+<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
+<userinput>make</userinput> and <userinput>make -f
+Makefile-libbz2_so</userinput>. This is needed so all object files are
+compiled with the PIC option (Position Independant Code).</para></listitem>
+
+<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
installation instructions by cutting out the <userinput>make
config</userinput> and <userinput>make dep</userinput>
stages.</para></listitem>
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index a26bb1919..cf2abcd81 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -3,8 +3,8 @@
<para>Install Bzip2 by running the following commands:</para>
-<para><screen><userinput>make &amp;&amp;
-make -f Makefile-libbz2_so &amp;&amp;
+<para><screen><userinput>make -f Makefile-libbz2_so &amp;&amp;
+make &amp;&amp;
rm /usr/bin/bz* &amp;&amp;
make PREFIX=/usr install &amp;&amp;
cp bzip2-shared /bin/bzip2 &amp;&amp;