Linux-1.3.20 compile problems :( (fwd)

Jim Nance (jlnance@isscad.com)
Fri, 18 Aug 95 14:51:42 EDT


Forwarded message:
> Date: Thu, 17 Aug 1995 21:53:07 -0400 (EDT)
> From: System Administrator <root@misty.worcester.com>
> To: Linus Torvalds <Linus.Torvalds@cs.Helsinki.FI>
>
> Hi, I have a question, I am trying to compile 1.3.20 on a 486/66 and keep
> getting the following linking erros, anyone else have this problem? and if
> so how did you fix it? Thanx in advance guys and gals :)
>

Try this patch and please let me know if it fixes this problem. Please
also do a "make clean" after you apply it. If it does not fix your problem,
could you also mail me the .config file from you top level kernel source
directory?

Jim

--- linux.orig/kernel/Makefile Wed Aug 16 07:57:02 1995
+++ linux/kernel/Makefile Fri Aug 18 14:04:32 1995
@@ -20,6 +20,8 @@

ifdef CONFIG_MODVERSIONS
$(O_TARGET): $(SYMTAB_OBJS:.o=.ver)
+dep: $(SYMTAB_OBJS:.o=.ver)
+fastdep: $(SYMTAB_OBJS:.o=.ver)
endif

include $(TOPDIR)/Rules.make