On Thu, Sep 14, 2000 at 11:51:03AM +0200, Julio Merino wrote: > I've seen in some message that gnumach can be compiled under > linux... sure?
Hey, yes. Never did that, but... mkdir build cd build CC=gcc ../configure --build i386-linux --host i386-gnu creating cache ./config.cache checking host system type... i386-pc-gnu checking for a BSD compatible install... /usr/bin/install -c checking for mawk... mawk checking build system type... i386-pc-linux-gnu checking for i386-gnu-gcc... gcc checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking for i386-gnu-ld... i386-gnu-ld ... As you can see, it still finds my cross tools, so maybe you need NM=nm LD=ld CC=gcc ../configure --build i386-linux --host i386-gnu I am not sure about mig. However, it is easy to build a cross mig from the sources, so do that. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org Check Key server Marcus Brinkmann GNU http://www.gnu.org for public PGP Key [EMAIL PROTECTED], [EMAIL PROTECTED] PGP Key ID 36E7CD09 http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/ [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

