Hey all. I've just started playing with Hurd.
Note that the cross install script bombs out on a redhat 6.0 box. It wants the start-stop-daemon installed. To fix this: cd /usr/doc/SysVinit-2.76 gcc -o start-stop-daemon start-stop-daemon.c only problem is this breaks. to fix: edit start-stop-daemon.c add #include <errno.h> extern int errno; then copy to a dir in the path. bingo. I then went to sleep, so I'll be doing the native install tonight. [EMAIL PROTECTED] ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com.

