> 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 m
How I configure and compile the hurd:
1. I get the sources
2. cd $(HURD_BASE)
3. autoconf
4. ./configure
5. make (ok, its some time ago since I did a full compile. So I normally cd
to the things I need (libports,libihash,libfshelp,libtrivfs,libthread) and
do a make there. But I think it doesnt matt