[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling GNU Mach
From: |
Neal H Walfield |
Subject: |
Re: compiling GNU Mach |
Date: |
Fri, 19 Jan 2001 10:37:50 -0500 |
User-agent: |
Mutt/1.2.5i |
On Fri, Jan 19, 2001 at 03:03:29AM -0500, Igor Shmukler wrote:
> I am trying cross-compile
> ./configure check host system then spits: this is gnu os, not linux gnu
> What should be done?
First, you should not be compiling in the source tree. Try:
# cd gnumach
# mkdir build
# ../configure ..
# make
Second, you need to cross compile:
# ../configure --host=i386-unknown-gnu0.2 --build=i586-pc-linux-gnu
--enable-ddb ...
You can find how to enable the drivers in gnumach/i386/README.drivers.
-Neal
pgp7cTv7lMzJ7.pgp
Description: PGP signature