bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross-compiling GNU Mach, GNU Hurd


From: Shakthi Kannan
Subject: Re: Cross-compiling GNU Mach, GNU Hurd
Date: Sat, 28 Oct 2006 11:52:38 -0700 (PDT)

Hi,

--- Shakthi Kannan <shakstux@yahoo.com> 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]