Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Daniel Toffetti
Hi all ! I'm trying to compile a new (2.4.13) kernel on an old 486 box. When I try to configure it with make menuconfig I get the following error: = Start of the error message = rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering

Re: Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Greg Norris
You'll need to install the -dev package as well, in order to use menuconfig. On Fri, Dec 14, 2001 at 11:26:43PM -0300, Daniel Toffetti wrote: Hi all ! I'm trying to compile a new (2.4.13) kernel on an old 486 box. When I try to configure it with make menuconfig I get the following error:

Re: Kernel config: make menuconfig: cannot find ncurses

2001-12-14 Thread Steve Kieu
Unable to find the Ncurses libraries. You must have Ncurses installed in order to use 'make menuconfig' make[1]: *** [ncurses] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 = End of the error message = So, 'make