diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-29 06:08:10 +0000 |
commit | 4fa86d1ec842c313976fd68f639183aac724de5e (patch) | |
tree | a22cac216c6108229b42bef7afc9273ff54cee47 /chapter06 | |
parent | c1cfddfeaf454918bcc5fc4a478718c9513d3c8e (diff) |
Chapter 5 - Glibc: Add notes regarding test suite issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 4 | ||||
-rw-r--r-- | chapter06/kernel-exp-headers.xml | 4 | ||||
-rw-r--r-- | chapter06/pwdgroup.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 141bc93d9..e8e179b09 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -21,10 +21,10 @@ with debugging symbols: 1200 KB</para></listitem> <listitem><para>a bash binary without debugging symbols: 480 KB</para></listitem> -<listitem><para>glibc and gcc files (/lib and /usr/lib) +<listitem><para>Glibc and GCC files (/lib and /usr/lib) with debugging symbols: 87 MB</para></listitem> -<listitem><para>glibc and gcc files +<listitem><para>Glibc and GCC files without debugging symbols: 16 MB</para></listitem> </itemizedlist> diff --git a/chapter06/kernel-exp-headers.xml b/chapter06/kernel-exp-headers.xml index 699c67d8c..9829fe2c9 100644 --- a/chapter06/kernel-exp-headers.xml +++ b/chapter06/kernel-exp-headers.xml @@ -17,7 +17,7 @@ post by Linus Torvalds to the Linux Kernel Mailing List points out:</para> And yes, this is what I do. My /usr/src/linux still has the old 2.2.13 header files, even though I haven't run a 2.2.13 kernel in a _loong_ -time. But those headers were what glibc was compiled against, so those +time. But those headers were what Glibc was compiled against, so those headers are what matches the library object files. And this is actually what has been the suggested environment for at @@ -28,7 +28,7 @@ sources should go into "/usr/src/linux" even though that hasn't been true in a _loong_ time.</screen> <para>The essential part is where Linus states that the header files should be -<emphasis>the ones which glibc was compiled against</emphasis>. These are +<emphasis>the ones which Glibc was compiled against</emphasis>. These are the headers that should be used when you later compile other packages, as they are the ones that match the object-code library files. By copying the headers, we ensure that they remain available if later you upgrade your kernel.</para> diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index bd565daf9..5b20f9b90 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -44,7 +44,7 @@ use the group's name.</para> <para>Lastly, we re-login to the chroot environment. User name and group name resolution will start working immediately after the <filename>/etc/passwd</filename> and <filename>/etc/group</filename> files are -created, because we installed a full glibc in Chapter 5. This will get rid of +created, because we installed a full Glibc in Chapter 5. This will get rid of the <quote>I have no name!</quote> prompt.</para> <para><screen><userinput>exec /tools/bin/bash --login +h</userinput></screen></para> |