cannot find libncurses

2003-09-30 Thread Reaz Baksh
Hello I don't know if this has been asked before, as I searched the list and found nothing close to this problem but I'm hoping this is the right forum to ask. Problem: I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing this the long way not through Dpkg or apt-get. When I type

Re: cannot find libncurses

2003-09-30 Thread J.H.M. Dassen (Ray)
On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: When I type 'make menuconfig' I get the following: /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status You need to have the ncurses development files installed; apt-get install

Re: cannot find libncurses

2003-09-30 Thread Greg Folkert
On Tue, 2003-09-30 at 13:45, Reaz Baksh wrote: Hello Any help or instructions to just go away would be really appreciated. Here try this on for size: http://subwiki.honeypot.net/cgi-bin/view/Main/DebianKernelBuilding Hope that helps... -- greg, [EMAIL PROTECTED] REMEMBER ED CURRY!

Re: cannot find libncurses

2003-09-30 Thread Mental Patient
Reaz Baksh wrote: Hello I don't know if this has been asked before, as I searched the list and found nothing close to this problem but I'm hoping this is the right forum to ask. Problem: I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing this the long way not through Dpkg or

Re: cannot find libncurses

2003-09-30 Thread Andreas Janssen
Hello Reaz Baksh ([EMAIL PROTECTED]) wrote: Problem: I'm trying to upgrade my Kernel from 4.2.20 to 4.2.22. I am doing this the long way not through Dpkg or apt-get. When I type 'make menuconfig' I get the following: /usr/bin/ld: cannot find -lncurses

Re: cannot find libncurses

2003-09-30 Thread Colin Watson
On Tue, Sep 30, 2003 at 01:45:38PM -0400, Reaz Baksh wrote: When I type 'make menuconfig' I get the following: /usr/bin/ld: cannot find -lncurses You need to install libncurses5-dev. In order to build things against a library rather than simply running them,

RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Janssen Sent: Tuesday, September 30, 2003 1:56 PM To: [EMAIL PROTECTED] Subject: Re: cannot find libncurses Hello Reaz Baksh ([EMAIL PROTECTED]) wrote: Problem: I'm trying to upgrade my Kernel

RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
-Original Message- From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 1:54 PM To: [EMAIL PROTECTED] Subject: Re: cannot find libncurses On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: When I type 'make menuconfig' I get the following

RE: cannot find libncurses

2003-09-30 Thread Andreas Janssen
Hello Reaz Baksh ([EMAIL PROTECTED]) wrote: From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz Baksh wrote: When I type 'make menuconfig' I get the following: /usr/bin/ld: cannot find -lncurses collect2: ld

Re: RE: cannot find libncurses

2003-09-30 Thread Reaz Baksh
From: Andreas Janssen [EMAIL PROTECTED] Date: 2003/09/30 Tue PM 03:56:49 EDT To: [EMAIL PROTECTED] Subject: RE: cannot find libncurses Hello Reaz Baksh ([EMAIL PROTECTED]) wrote: From: J.H.M. Dassen (Ray) [mailto:[EMAIL PROTECTED] On Tue, Sep 30, 2003 at 13:45:38 -0400, Reaz