diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index fdb7e3195..ff084cbee 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -45,6 +45,10 @@ to determine this, so it automatically defaults to a cross-compiler. Compiling the test program failes because Glibc hasn't been installed yet.</para> +<para><userinput>cd ../glibc-&glibc-version;/linuxthreads/man && +make && make install :</userinput> This command will install the +linuxthreads man pages.</para> + <para><userinput>exec /bin/bash:</userinput>This command will start a new bash shell which will replace the current shell. This is done to get rid of the "I have no name!" message in the command |