Re: unresolved symbols ipt_owner.o with 2.4.18-pre9 with mjc patch

William Lee Irwin III (wli@holomorphy.com)
Tue, 12 Feb 2002 20:34:23 -0800


On Tue, Feb 12, 2002 at 11:11:10PM -0500, Robert Jameson wrote:
> nope, after doing that i get the following.
> fork.c:39: parse error before
> `this_object_must_be_defined_as_export_objs_in_the_Makefile' fork.c:39:

This is easy too:

--- linux-virgin/kernel/Makefile
+++ linux-wli/kernel/Makefile
@@ -9,7 +9,7 @@

O_TARGET := kernel.o

-export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o exec_domain.o printk.o
+export-objs = signal.o sys.o kmod.o context.o ksyms.o pm.o exec_domain.o printk.o fork.o

obj-y = sched.o dma.o fork.o exec_domain.o panic.o printk.o \
module.o exit.o itimer.o info.o time.o softirq.o resource.o \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/