On Tue, Oct 24, 2000 at 09:18:26PM -0500, Daniel E. Baumann wrote:
> I attempted to compile the HURD from CVS by doing the follwing:
> 
> [snip]
>               
> it's trying to link with libc6 from Linux, which I
> don't want it to do so what do I do? What is the proper way to cross compile?

Don't.  Compile hurd natively.

> I have the HURD partition mounted as /gnu under Linux and I have the
> gcc-i386-gnu and mig-i386-gnu packages installed under Linux (Debian of
> course :) ).

Useful for compiling gnumach but hurd builds fine natively.  Since you're
using Debian packages, get the hurd sources into some directory, then

        dpkg-source -x hurd*.dsc                #  extract sources
        cd hurd*
        dpkg-buildpackage -uc -us               #  build without signing

And it'll build debs for you.  You'll need dpkg-dev and maybe some
friends installed which you should probably already have.

If you have to restart because of some runaway translators (reported
on debian-hurd list), add the -nc flag to dpkg-buildpackage to avoid
starting from scratch.

HTH,
Steve

-- 
Steve Bowman  <[EMAIL PROTECTED]> (preferred)
Buckeye, AZ   <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
              <http://www.goodnet.com/~sbowman/>

Powered by Debian GNU/Linux and GNU/Hurd <http://www.debian.org>

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to