Hi,
I find I have have to apply the following patch to get the oskit mach
branch from the gnumach cvs module on subversions:
diff -u -r1.22.2.20 Makefile.in
--- Makefile.in 23 May 2002 06:36:21 -0000 1.22.2.20
+++ Makefile.in 22 Jan 2003 19:51:48 -0000
@@ -329,7 +329,7 @@
kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) init-%.o
$(CC) $(CFLAGS) -nostdlib -nostartfiles $(LDFLAGS) -r -o $@ \
- -Wl,-\( $^ $(OSKIT_LIBS) -Wl,-\) -lgcc
+ -Wl,-\( $^ -L$(OSKIT_LIBDIR)/.. $(OSKIT_LIBS) -Wl,-\)
-lgcc
^L
#
# Installation
This seems like a resonable bug fix to me. Do others need to to this
too? Should I commit this fix?
Thanks,
Derek
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd