Messages in this thread |  | | From | Keith Owens <> | Subject | Re: Compile problem 2.4.14 | Date | Sun, 11 Nov 2001 09:48:40 +1100 |
| |
On Sat, 10 Nov 2001 22:15:00 +0200, Panagiotis Moustafellos <panxer@hol.gr> wrote: >I am really getting a hard time compiling the 2.4.14.. >My current system has a 2.4.13 (by patching all the way >from 2.4.9), so I patched the sources, yes after make clean, >make menuconfig, and make dep ; make bzImage, I get this >message (during the compilation of vmlinux ) > >fs/fs.o: In function `dput': >fs/fs.o(.text+0x10ad5): undefined reference to `atomic_dec_and_lock' >make: *** [vmlinux] Error 1
You need to make mrproper. There is a spurious #define for atomic_dec_and_lock lurking in the old modversion tables.
- 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/
|  |