Re: Make menuconfig dependency not met

2000-01-24 Thread da Bobstopper
i get exactly the same error and have to use xconfig instead (which i don't like as much). i'd say it's a bug somewhere. can anyone tell me different? from da Bobstopper > Can anyone drop me a line to say what I've forgotten to install? > > enterprise:/usr/src/linux# make menuconfig > rm -f in

Re: Make menuconfig dependency not met

2000-01-23 Thread Patrick Kirk
Spot 0n! Thanks.

Re: Make menuconfig dependency not met

2000-01-23 Thread Joseph A. Martin
On Sun, 23 Jan 2000, Patrick wrote: > dialog.h:29: curses.h: No such file or directory That line is the crucial line. 'make menuconfig' uses the ncurses library to build the menu interface. Installing the libncurses5-dev package should solve your problem. later, joseph -- the "LaterDude" ICQ: 52

Make menuconfig dependency not met

2000-01-23 Thread Patrick
Can anyone drop me a line to say what I've forgotten to install? enterprise:/usr/src/linux# make menuconfig rm -f include/asm ( cd include ; 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 direct