Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Nathan E Norman
On Wed, Oct 24, 2001 at 06:35:23PM -0500, Peter Hutnick wrote: > What's up with this? > > /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' > /usr/bin/ld: cannot f

Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Paul 'Baloo' Johnson
On Wed, 24 Oct 2001, Peter Hutnick wrote: > What's up with this? You need libncurses-dev -- Baloo

Re: Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Jean-Christophe Boggio
Ref : Thursday, October 25, 2001 1:35:23 AM >>> You must have Ncurses installed in order >>> to use 'make menuconfig' PH> What's up with this? You need the include files : apt-get install libncurses5-dev -- Jean-Christophe Boggio [EMAIL PROTECTED]

Why doesn't the kernel make like my libncurses?

2001-10-24 Thread Peter Hutnick
What's up with this? /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' /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status -e >> Unable to find the Ncur