Hi, --- Shakthi Kannan <[EMAIL PROTECTED]> wrote: > I need info on cross-compiling GNU Mach and GNU Hurd > on on GNU/Linux (x86).
Not needed anymore. I have compiled GNU Hurd on GNU Hurd K10 itself (Pentium III, 128 MB, 7 GB for Hurd). Thanks to tschwinge and azeem at #hurd. It is the CVS checkout of GNU Hurd on October 29, 2006. Steps followed inside the Hurd sources: mkdir build cd build ../configure make There were couple of "needed by" errors for libiohelp and libstore. So, had to do the following: cd .. make libiohelp make libstore Enter into build again and complete make: make Somehow libiohelp.so is not copied to build/libiohelp (due to manual compilation?), so I had to copy it manually to build/libiohelp/ and do make again: make The executables are created in the various subdirectories in build/ directory. Thanks, SK -- Shakthi Kannan http://www.shakthimaan.com ____________________________________________________________________________________ Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates (http://voice.yahoo.com) _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd