Re: 2.0.33pre15 does not compile.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 21 May 1998 09:59:22 +0100 (BST)


> With libc 5.4.44 and all other updated packages I get this near the end of
> the compile:
>
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
> /usr/src/linux/arch/i386/lib/lib.a -o vmlinux
> fs/fs.o: In function `do_select':
> fs/fs.o(.text+0xb4e9): undefined reference to `lock_fd_bits'
> fs/fs.o(.text+0xb4f7): undefined reference to `lock_fd_bits'
> fs/fs.o(.text+0xb505): undefined reference to `lock_fd_bits'
> fs/fs.o(.text+0xb675): undefined reference to `unlock_fd_bits'
> fs/fs.o(.text+0xb683): undefined reference to `unlock_fd_bits'
> fs/fs.o(.text+0xb691): undefined reference to `unlock_fd_bits'
> make: *** [vmlinux] Error 1
> <root@slacker[a2]:/usr/src/linux>
>
> :(

Make sure you patched it completely cleanly and built from scratch.
lock_fd_bits is defined and used in fs/select.c only

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu