Dear all,
I think I've solved the problem, I just did (ironically) cross compilation. with this configure command: ./configure --enable-kmsg --enable-lpr --enable-floppy --enable-ide --enable-eexpresspro100 --prefix=/gnu --host=i386-pc-gnu --build=i386-pc-linux-gnu. It work. Nicely. Oh, and one more thing, I still have to add those PCIIDs in the pci_tbl to make my eepro100 card work. Should I re-sent the patch? Best Regards. -arief On Mon, 2004-08-16 at 18:03, Alfred M. Szmidt wrote: > > export MIG=/usr/bin/i386-gnu-mig; ./configure --enable-kmsg > > --enable-lpr --enable-floppy --enable-ide --enable-eexpresspro100 > > --prefix=/gnu --host=i386-gnu > > This looks like cross-compilation to me... > > Oh, and don't build in the srcdir. Here is how you build GNU Mach > without using a crosscompiler: > > ,---- > | mkdir obj > | cd obj > | MIG=i386-gnu-mig ../configure --enable-kmsg --enable-lpr --enable-floppy > --enable-eexpresspro100 --prefix=/ > | make install prefix=/gnu > `---- >

