diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -66,10 +66,13 @@ Building the Hurd, Mach4, and libc together 3. Do `make install' in <mach4-build>/mig. ONLY. 4. Do `make install' in <mach4-build>/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. |