From 5ebdc13a4a70fe16cc74c7ff95a3563402a70326 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 18 Sep 2005 09:08:13 +0000 Subject: Removed hardwired sources directory. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6870 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') 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 @@ Glibc -<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, -- cgit v1.2.3-54-g00ecf