Hi,
the following patch appears to be needed to compile uml 2.4.0-test6 on my
reasonably standard Red Hat 6.2 machine (gcc and binutils and the like are
the vendor-supplied packages).
Much thanks to all for uml by the way! I love it!
greetings,
Lennert
--- Makefile.old	Fri Aug 18 14:25:36 2000
+++ Makefile	Fri Aug 18 14:25:45 2000
@@ -41,7 +41,7 @@
 	gcc -D__KERNEL__ $(USER_CFLAGS) $(EXTRA_CFLAGS) -c -o $@ $<
 
 unmap_fin.o : unmap.o
-	ld -r -o $@ $< -lc
+	ld -r -o $@ $< -lc -L/usr/lib
 
 $(LIB): $(OBJS) $(OX_OBJS)
 	rm -f $@
  |