> 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.


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to