Hello everybody. I've just download Gnumach source file from the CVS and try to compile it.
I had some problem with the command "make kernel-ide+floppy". Make stopped and told me that it couldn't find the target kernel-ide+floppy. I had to modify the makefile.in to make it work. Here is a diff of my Makefile.in. Can you tell me if it is correct ? I still have problem with the end of the compilation ( link problem with function 'panic', 'smalloc', ... in the oskit lib ) but it is another problem :-)) I hope this will help. bye Laurent Gualdi
289c289 < k%nel.o k%nel.map: $(OSKIT_LIBDIR)/multiboot.o $(osenv-overrides:=.o) k%nel.a --- > kernel.map: $(OSKIT_LIBDIR)/multiboot.o $(osenv-overrides:=.o) kernel.a 309c309 < oskit-kern%.o: kern%.o clib-routines.o --- > oskit-kernel.o: kernel.o clib-routines.o 317c317 < kern%: oskit-kern%.o $(OSKIT_LIBDIR)/crtn.o --- > kernel: oskit-kernel.o $(OSKIT_LIBDIR)/crtn.o
_______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd