diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 09:08:13 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 09:08:13 +0000 |
commit | 5ebdc13a4a70fe16cc74c7ff95a3563402a70326 (patch) | |
tree | 222dc9de408a11bd0c77957de38d11cf58c27525 /chapter06 | |
parent | 4fd2af154081f40877c4c02b4518e0000ea968bc (diff) |
Removed hardwired sources directory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index a0f3b4277..4f142cca4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -12,7 +12,7 @@ <indexterm zone="ch-system-glibc"><primary sortas="a-Glibc">Glibc</primary></indexterm> <sect2 role="package"><title/> -<para>The Glibc package contains the main C library. This library provides +<para>The Glibc package contains the main C library. This library provides the basic routines for allocating memory, searching directories, opening and closing files, reading and writing files, string handling, pattern matching, arithmetic, and so on.</para> @@ -60,7 +60,7 @@ of achieving a clean build.</para> threading libraries installed by Glibc. Unpack the tarball from within the Glibc source directory:</para> -<screen><userinput>tar -xf /sources/glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> +<screen><userinput>tar -xf ../glibc-linuxthreads-&glibc-version;.tar.bz2</userinput></screen> <para>Glibc has two tests which fail when the running kernel is 2.6.11 or later. The problem has been determined to be with the tests themselves, not with the @@ -120,7 +120,7 @@ make -k check >glibc-check-log 2>&1 ; grep Error glibc-check-log </userinput></screen> <para>On at least i686 you can expect to see failures in the <emphasis>test-double -</emphasis> and <emphasis>test-idouble</emphasis> math tests with +</emphasis> and <emphasis>test-idouble</emphasis> math tests with gcc-&gcc-version;, as well as an expected (ignored) failure in <emphasis> posix/annexc</emphasis>. These two failures in the math tests appear to be harmless.</para> @@ -321,7 +321,7 @@ getent, iconv, iconvconfig, ldconfig, ldd, lddlibc4, locale, localedef, mtrace, nscd, nscd_nischeck, pcprofiledump, pt_chown, rpcgen, rpcinfo, sln, sprof, tzselect, xtrace, zdump, and zic</seg> <seg>ld.so, libBrokenLocale.[a,so], -libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so], +libSegFault.so, libanl.[a,so], libbsd-compat.a, libc.[a,so], libcrypt.[a,so], libdl.[a,so], libg.a, libieee.a, libm.[a,so], libmcheck.a, libmemusage.so, libnsl.a, libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so, libnss_nis.so, libnss_nisplus.so, libpcprofile.so, |