Re: PROBLEM: make menuconfig fails under 2.6.16

From: Marco Roeland
Date: Sat Apr 01 2006 - 13:21:20 EST


On Saturday April 1st 2006 at 20:11 Blue Fox wrote:

> 1.] One line summary of the problem:
> make menuconfig does not work under linux 2.6.16. Build failed.
>
> [2.] Full description of the problem/report:
> Trying to make menuconfig with ncurses on linux 2.6.15.5 fails.
>
> [3.] Keywords (i.e., modules, networking, kernel):
> scripts lxdialog
> [4.] Kernel version (from /proc/version):
> Linux version 2.6.15.5-ybi (root@raven) (gcc version 4.0.2) #1 PREEMPT Sat
> 17:23:44 CET 2006
>
> [5.] Output of Oops.. message (if applicable) with symbolic information
>
> HOSTLD scripts/kconfig/lxdialog/lxdialog
> scripts/kconfig/lxdialog/checklist.o: In function
> `print_item':checklist.c:(.text+0x64): undefined reference to `wmove'

You seem not to have the "curses" library installed. Try installing it
from your distribution. The kbuild system searches for libncursesw.so,
libncurses.so or libcurses.so, in that order. In your case it probably
can't find any (n)curses(w) package.
--
Marco Roeland
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/