Re: make menuconfig error

2000-08-04 Thread Bob Nielsen
On Thu, Aug 03, 2000 at 10:19:33PM -0700, Dale Morris wrote: > I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I > get the following error: > make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' > gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE

Re: make menuconfig error

2000-08-04 Thread Debian GNU
I think the curses.h is missing. Try installing the library ncurses. Be sure to give a make mrproper before givin make menuconfig. --- Dale Morris <[EMAIL PROTECTED]> wrote: > I'm trying to compile my new 2.2.16 kernel and when > I run make menuconfig, I get the following error: > make[1]: Enter

Re: make menuconfig error

2000-08-04 Thread Debian GNU
--- Dale Morris <[EMAIL PROTECTED]> wrote: > I'm trying to compile my new 2.2.16 kernel and when > I run make menuconfig, I get the following error: > make[1]: Entering directory > `/usr/src/linux/scripts/lxdialog' > gcc -Wall -Wstrict-prototypes -O2 > -fomit-frame-pointer -DLOCALE > -DCURSES_LOC

Re: make menuconfig error

2000-08-04 Thread Dale Morris
Thanks, I'm reconfiguring now. It's a lot easier with menuconfig Robert Waldner ([EMAIL PROTECTED]) wrote: > On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: > >I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I > >g > >et the following error: > > >dialog.h:29:

Re: make menuconfig error

2000-08-04 Thread Robert Waldner
On Thu, 03 Aug 2000 22:19:33 PDT, Dale Morris writes: >I'm trying to compile my new 2.2.16 kernel and when I run make menuconfig, I g >et the following error: >dialog.h:29: curses.h: No such file or directory >I know I need a development library here. Can anyone tell me which one it is? libncurs