Adrian Lehne <[EMAIL PROTECTED]> writes: > When I tried to compile the gnumach heardes: > CC=i586-gnu-gcc ./configure --build=i586-linux-gnu --host=i586-gnu -- > enable-com --enable-floppy --enable-ide --enable-aha152x > make: > mig -nostdinc -DMACH -DCMU -DMACH_KERNEL -DKERNEL -DMACH_KMSG=1 > -DCONTINUATIONS -D__ELF__ -Di386 -DLINUX_DEV -I../i386/i386at > -I../i386/i386 -I../i386/include -I../i386/include/mach/sa > -I../i386/bogus -I../i386 -I. -I.. -I../include -I../bogus -I../util > -I../kern -I../device -sheader mach_i386_interface.h -server > mach_i386_server.c \ > -header /dev/null -user /dev/null > ../i386/i386/mach_i386.srv > make: mig: Kommando nicht gefunden > make: *** [mach_i386_server.c] Fehler 127
Can you please use an English locale when asking for help? > I think it faild, because it needs mig, but when i trie to compile > mig, it says, that I need the gnumach hearder files to compile it. You are right about that. What I do in this case is running "make -k install". But that is a really ugly way to install the header files. Perhaps there is a headers_install target, or something like that. -- Marco _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-hurd
