From f90ad29303134316964b8c1f8d7d2f7e97ec296c Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 3 Sep 1996 14:37:11 +0000 Subject: *** empty log message *** --- INSTALL | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 1a88cf73..10ef040c 100644 --- a/INSTALL +++ b/INSTALL @@ -66,10 +66,13 @@ Building the Hurd, Mach4, and libc together 3. Do `make install' in /mig. ONLY. 4. Do `make install' in /include. ONLY. + This may have installed an include file called mach_init.h. If so, + delete it; you want to use the one that libc will install, and if + this file exists, libc might not install its version. 5. Configure the Hurd with `configure'. -6. In the Hurd directory, type `make install-hdrs'. +6. In the Hurd directory, type `make install-hdrs no_deps=t'. 7. Configure libc. @@ -88,7 +91,7 @@ Building the Hurd and libc together 1. `cd' to the directory containing the Hurd's source code and type `./configure' to configure the Hurd. -2. Type `make install-hdrs' to install the Hurd's header files. +2. Type `make install-hdrs no_deps=t' to install the Hurd's header files. 3. Follow the instructions in the GNU C Library for configuring and installing GNU libc. -- cgit v1.2.3