Date: Thu, 14 Sep 2000 14:15:44 +0200 From: Marcus Brinkmann <[EMAIL PROTECTED]>
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 Using cross-tools should be fine. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

