I am setting up a sub-hurd to get some testing done. I used hurd from cvs. Which lead me to a question. There is no way for you to specify an alternate root dir for installing the hurd translators is there? See, when you compile and install hurd, hurd always puts all of the translators in /hurd. So, why not add an option to configure that would change the root dir and easy the process of making a sub-hurd?
make install prefix=/sub-hurd Making a sub-hurd is already easy, just install all needed utils in a different root, like above. For libc you must use install_root instead of prefix! _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-hurd
