bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: concerning some general and some not so general programming question


From: Neal H. Walfield
Subject: Re: concerning some general and some not so general programming questions:question 4
Date: 11 Dec 2002 17:21:15 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

> How I configure and compile the hurd:
> 1. I get the sources
> 2. cd $(HURD_BASE)
> 3. autoconf
> 4. ./configure

You cannot configure in the source directory.  Try something along the
lines of:

  4. mkdir build
  5. ../configure

etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]