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  
> -DCURSES_LOC=""   -c -o lxdialog.o lxdialog.c
> In file included from lxdialog.c:22:
> dialog.h:29: curses.h: No such file or directory
> make[1]: *** [lxdialog.o] Error 1
> make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog'
> make: *** [menuconfig] Error 2
> luc:/usr/src/linux# 
> 
> I know I need a development library here. Can anyone tell me which one it is?
> thanks

If you are using potato, it is libncurses5-dev.

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



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]: Entering directory
> `/usr/src/linux/scripts/lxdialog'
> gcc -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -DLOCALE 
> -DCURSES_LOC=""   -c -o lxdialog.o
> lxdialog.c
> In file included from lxdialog.c:22:
> dialog.h:29: curses.h: No such file or directory
> make[1]: *** [lxdialog.o] Error 1
> make[1]: Leaving directory
> `/usr/src/linux/scripts/lxdialog'
> make: *** [menuconfig] Error 2
> luc:/usr/src/linux# 
> 
> I know I need a development library here. Can anyone
> tell me which one it is?
> thanks
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
> 


__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



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=""   -c -o lxdialog.o
> lxdialog.c
> In file included from lxdialog.c:22:
> dialog.h:29: curses.h: No such file or directory
> make[1]: *** [lxdialog.o] Error 1
> make[1]: Leaving directory
> `/usr/src/linux/scripts/lxdialog'
> make: *** [menuconfig] Error 2
> luc:/usr/src/linux# 
> 
> I know I need a development library here. Can anyone
> tell me which one it is?
> thanks
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
> 


__
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/



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: curses.h: No such file or directory
> 
> >I know I need a development library here. Can anyone tell me which one it is?
> 
> libncurses5-dev
> 
> hth,
> &rw
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 



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?

libncurses5-dev

hth,
&rw