[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnumach nic update compile still error



   > 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
`----



Reply to: