summaryrefslogtreecommitdiff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-14 08:05:09 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-14 08:05:09 +0000
commit9c3bb910f26de0d56bb5d734cec58c6329375079 (patch)
tree389d583c769e08526964d8fd99c51d837cee5064 /manual/install.texi
parent74f7eecd5f42694f89a18b666c5f17f67cd579fb (diff)
* locales/ms_MY: Fix entries for Tue and Wednesday.
Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>. 2001-05-14 Andreas Jaeger <aj@suse.de> * locales/ms_MY: Fix entries for Tue and Wednesday. Patch by "Hasbullah Pit (sebol)" <sebol@ikhlas.com>.
Diffstat (limited to 'manual/install.texi')
-rw-r--r--manual/install.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/manual/install.texi b/manual/install.texi
index ca3fb5a79f..6488d8bbda 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -495,12 +495,14 @@ switches via @var{CFLAGS}.
@cindex upgrading from libc5
@cindex kernel header files
-If you are installing GNU libc on a Linux system, you need to have
-the header files from a 2.2 kernel around for reference. You do not
-need to use the 2.2 kernel, just have its headers where glibc can access
-at them. The easiest way to do this is to unpack it in a directory
-such as @file{/usr/src/linux-2.2.1}. In that directory, run
-@samp{make config} and accept all the defaults. Then run @samp{make
+If you are installing GNU libc on a Linux system, you need to have the
+header files from a 2.2 or newer kernel around for reference. For some
+architectures, like ia64, sh and hppa, you need at least headers from
+kernel 2.3.99 (sh and hppa) or 2.4.0 (ia64). You do not need to use
+that kernel, just have its headers where glibc can access at them. The
+easiest way to do this is to unpack it in a directory such as
+@file{/usr/src/linux-2.2.1}. In that directory, run @samp{make config}
+and accept all the defaults. Then run @samp{make
include/linux/version.h}. Finally, configure glibc with the option
@samp{--with-headers=/usr/src/linux-2.2.1/include}. Use the most recent
kernel you can get your hands on.