On 08/10/06, <b class="gmail_sendername">Henry Gilbert</b> <<a href="mailto:henry.gilbert@gmail.com">henry.gilbert@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Many distros are DD (Debian-derived) and then some are DDD<br>(Debian-derivative-derived). The limitation I was having then is that<br>whilst I needed libncurses-dev to be able to recompile the kernel, I<br>would have to be very careful in mix-interfacing with official Debian
<br>repositories half hazardly.</blockquote><div><br>BTW, the best tool to use for compiling a kernel for a Debian-based distro is make-kpkg, which will make .deb packages containing your custom kernel.  It's in the "kernel-package" package.  It's better to do it this way because you then end up with a kernel and /lib/modules that is known about and can be managed with the standard package tools.
<br><br>Also, in the package description of kernel-source-2.6.17 on my system it says:<br><br>> You may configure the kernel to your setup by typing "make config" and<br>> following instructions, but you could get 
ncursesX.X-dev and try "make<br>> menuconfig" for a jazzier, and easier to use interface.<br><br>That's pretty explicit if you ask me.  It also goes on to say:<br><br>> If you wish to use this package to create a custom Linux kernel, then it
<br>> is suggested that you investigate the package kernel-package, which has<br>> been designed to ease the task of creating kernel image packages.<br>> <br>> If you are simply trying to build third-party modules for your kernel,
<br>> you do not want this package. Install the appropriate linux-headers<br>> package instead.<br><br>To get this sort of information, use "apt-cache show linux-source-2.6.17".  It seems that libncurses-dev is also "Suggest"ed in the linux-source package, so the package-maintenance tools will normally ask you if you want them installed when you install a package.  You can also right click on the package in synaptic and there will be an item called "Mark suggested for installation" which will contain libncurses5-dev and kernel-package.  Simply click on them to mark them for installation.
<br><br>Pete<br></div></div>