Jay Kelly <[EMAIL PROTECTED]> wrote: >Ok Im trying to compile the kernel. So I go to /usr/src/linux the type "make >menuconfig" and I get: > rm -f include/asm >( cd included ; ln -sf asm-i386 asm) >make -c scripts/lxdialog all >make[1]: Entering directory `/usr/src/linux/scripts/lxdialog` >find: /usr/local/lib/: No Such file or directory >gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -DLOCALE -DCURSES_LOC >="<curses.h>" -c -o lxdialog.o lxdialog.c >In file included from lxdialog.c:22: >dialog.h:29: curses.h: No such file or directory
Try installing the libncurses5-dev package. HTH, -- Colin Watson [EMAIL PROTECTED]

