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

PGP signature

Reply via email to