|
@@ -2,7 +2,7 @@
|
|
|
<title>Installation of Glibc</title>
|
|
|
|
|
|
<para>
|
|
|
-Unpack the glibc-linuxthreads in the glibc-2.2.1 directory, not in
|
|
|
+Unpack the glibc-linuxthreads in the glibc-&glibc-version; directory, not in
|
|
|
/usr/src.
|
|
|
</para>
|
|
|
|
|
@@ -16,15 +16,15 @@ Install Glibc by running the following commands:
|
|
|
<userinput>mkdir /usr/src/glibc-build &&</userinput>
|
|
|
<userinput>cd /usr/src/glibc-build &&</userinput>
|
|
|
<userinput>sed s/"\$(PERL)"/"\/usr\/bin\/perl"/ \</userinput>
|
|
|
- <userinput> ../glibc-2.2.1/malloc/Makefile
|
|
|
+ <userinput> ../glibc-&glibc-version;/malloc/Makefile
|
|
|
> tmp~ &&</userinput>
|
|
|
- <userinput>mv tmp~ ../glibc-2.2.1/malloc/Makefile &&
|
|
|
+ <userinput>mv tmp~ ../glibc-&glibc-version;/malloc/Makefile &&
|
|
|
</userinput>
|
|
|
- <userinput>sed "s/root/0/" ../glibc-2.2.1/login/Makefile
|
|
|
+ <userinput>sed "s/root/0/" ../glibc-&glibc-version;/login/Makefile
|
|
|
> tmp~ && </userinput>
|
|
|
- <userinput>mv tmp~ ../glibc-2.2.1/login/Makefile &&
|
|
|
+ <userinput>mv tmp~ ../glibc-&glibc-version;/login/Makefile &&
|
|
|
</userinput>
|
|
|
- <userinput>../glibc-2.2.1/configure \</userinput>
|
|
|
+ <userinput>../glibc-&glibc-version;/configure \</userinput>
|
|
|
<userinput> --prefix=/usr --enable-add-ons
|
|
|
\</userinput>
|
|
|
<userinput> --libexecdir=/usr/bin &&
|