diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-09-03 14:37:11 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-09-03 14:37:11 +0000 |
commit | f90ad29303134316964b8c1f8d7d2f7e97ec296c (patch) | |
tree | c768ba5b96c4e1ab5e8d47f2978d86f4e55cd1d9 /INSTALL | |
parent | ef50872f80936ae5cb0d31116631f2a232ba51d7 (diff) |
*** empty log message ***
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. |