Jochen <[EMAIL PROTECTED]> writes: > > You can compile GNUMach in GNU/Linux, you don't even need a > > crosscompiler. > > $ cd gnumach-1.3 > $ ./configure > creating cache ./config.cache > checking host system type... i686-pc-linux-gnu > configure: error: sorry, this is the gnu os, not linux-gnu > $ > $ MIG=/usr/bin/i386-gnu-mig CC=/usr/bin/i386-gnu-gcc ./configure > loading cache ./config.cache > checking host system type... configure: error: can not guess host type; > you must specify one > $
IIRC you need to use --host=i386-gnu. You also have to configure the drivers using --enable-ide (for example). See i386/README-drivers. -- Marco

