On Sat, 8 Sep 2001, Bjoern Berg wrote: > When I entered make menuconfig, I get the following error (it's the > same when I tried it with 2.2.19): > > dialog.h:29: curses.h: No such file or directory
You need to install libncurses5-dev, or just run 'make config'. If you install the kernel source using the debian package system, it will automatically install such dependencies for you. And unless you have a good reason not to, you should use the precompiled kernel-image packages. They have patches already applied and are carefully configured.