From cb62ac1d7f326af6182e0f18d776951896492828 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 27 Jan 2001 01:32:13 +0000 Subject: Moved Glibc to chapter 6 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@47 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/chapter5.sgml | 4 ++- chapter05/glibc-exp.sgml | 29 -------------------- chapter05/glibc-inst.sgml | 67 ----------------------------------------------- chapter05/glibc.sgml | 8 ------ 4 files changed, 3 insertions(+), 105 deletions(-) delete mode 100644 chapter05/glibc-exp.sgml delete mode 100644 chapter05/glibc-inst.sgml delete mode 100644 chapter05/glibc.sgml (limited to 'chapter05') diff --git a/chapter05/chapter5.sgml b/chapter05/chapter5.sgml index 0b0cc874a..4156e916e 100644 --- a/chapter05/chapter5.sgml +++ b/chapter05/chapter5.sgml @@ -10,7 +10,6 @@ &c5-pp-fileutils; &c5-pp-gcc; &c5-pp-kernel; -&c5-pp-glibc; &c5-pp-grep; &c5-pp-gzip; &c5-pp-make; @@ -18,6 +17,9 @@ &c5-pp-shellutils; &c5-pp-tar; &c5-pp-textutils; +&c5-pp-mawk; +&c5-pp-texinfo; +&c5-pp-gettext; &c5-pp-pwdgroup; &c5-pp-proc; diff --git a/chapter05/glibc-exp.sgml b/chapter05/glibc-exp.sgml deleted file mode 100644 index b325b739d..000000000 --- a/chapter05/glibc-exp.sgml +++ /dev/null @@ -1,29 +0,0 @@ - -Command explanations - - -patch -Np1 -i ../glibc-2.1.3.patch: This applies -a patch that fixes a minor bug in Glibc. Glibc defines a few variables -names with illegal characters in the name. Bash-2.03 and older don't -complain about that but Bash-2.04 does and won't compile Glibc properly. - - - ---enable-add-ons: This enabled the add-ons that -we install with Glibc: linuxthreads and crypt. - - - ---with-headers=$LFS/usr/include: This makes Glibc -use the kernel header files on our LFS system and not the kernel header -files from your starting distribution which may be out-of-date or -modified. - - - -make install_root=$LFS: This is the Glibc way to -specify the equivalent of --prefix=. - - - - diff --git a/chapter05/glibc-inst.sgml b/chapter05/glibc-inst.sgml deleted file mode 100644 index e261844d7..000000000 --- a/chapter05/glibc-inst.sgml +++ /dev/null @@ -1,67 +0,0 @@ - -Installation of Glibc - - -Unpack the glibc-crypt and glibc-linuxthreads in the glibc-2.1.3 -directory, not in /usr/src. Don't enter the created directories. Just -unpack them and leave it with that. - - - -A few default parameters of Glibc need to be changed, such as the -directory where the shared libraries are supposed to be installed in and -the directory that contains the system configuration files. For this -purpose you need to create the -$LFS/usr/src/glibc-build directory and cd into that directory -with: - - -
- - mkdir /usr/src/glibc-build && - cd /usr/src/glibc-build - -
- - -In that directory you create a new file configparms -by running the following: - - - - -cat > configparms << "EOF" -# Begin configparms - -slibdir=/lib -sysconfdir=/etc - -# End configparms -EOF - - - - -Change to the -$LFS/usr/src/glibc-build -directory and install Glibc by running the following commands: - - -
- - cd /usr/src/glibc-build && - ../glibc-2.2.1/configure \ -    --prefix=/usr --enable-add-ons - \ -    --with-headers=$LFS/usr/include - \ -    --libexecdir=/usr/bin && - - make && - make install && - make localedata/install-locales - -
- -
- diff --git a/chapter05/glibc.sgml b/chapter05/glibc.sgml deleted file mode 100644 index deafc69a2..000000000 --- a/chapter05/glibc.sgml +++ /dev/null @@ -1,8 +0,0 @@ - -Installing Glibc - -&c5-pp-glibc-inst; -&c5-pp-glibc-exp; -&aa-glibc-desc; - - -- cgit v1.2.3-54-g00ecf