Jay Kelly <[EMAIL PROTECTED]> wrote: >_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
[snip] >So what is this telling me and what am I doing wrong? It's telling you that you don't have the necessary libraries to compile the terminal-graphics front-end to the kernel configuration. Install the libncurses5-dev package and all will be well. -- Colin Watson [EMAIL PROTECTED]

