diff options
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index add173582..153980aac 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -34,16 +34,9 @@ cd ../glibc-build</userinput></screen></para> --disable-profile --enable-add-ons \ --libexecdir=/usr/bin --with-headers=/usr/include</userinput></screen></para> -<para>The meaning of the configure options:</para> +<para>The meaning of the new configure options:</para> <itemizedlist> -<listitem><para><userinput>--disable-profile</userinput>: This disables the -building of the libraries with profiling information. Omit this option if you -plan to do profiling.</para></listitem> - -<listitem><para><userinput>--enable-add-ons</userinput>: This enables any -add-ons that we installed with Glibc, in our case Linuxthreads.</para></listitem> - <listitem><para><userinput>--libexecdir=/usr/bin</userinput>: This will cause the <filename>pt_chown</filename> program to be installed in the <filename>/usr/bin</filename> directory.</para></listitem> @@ -52,7 +45,7 @@ cause the <filename>pt_chown</filename> program to be installed in the ensures that the kernel headers in <filename>/usr/include</filename> are used for this build. If you don't pass this switch then the headers from <filename>/tools/include</filename> are used which of course is not ideal -(although they should be identical). Using the switch has the advantage +(although they should be identical). Using this switch has the advantage that you will be informed immediately should you have forgotten to install the kernel headers into <filename>/usr/include</filename>.</para></listitem> </itemizedlist> |