Re: Cannot find Ncurses when I run make menuconfig

2002-10-01 Thread Steve Cooper

From Steve Waterman [EMAIL PROTECTED], on Wed, Sep 25, 2002 at 07:27:44AM -0500:
 apt-get install libncurses5-dev 
 
 On Wednesday 25 September 2002 06:02, J.S.Sahambi wrote:
  I tried make menuconfig with 2.4.29 and it says:
  ***
  jsahambi@ws97:~/kernel$ make menuconfig
  rm -f include/asm
  ( cd include ; ln -sf asm-i386 asm)
  make -C scripts/lxdialog all
  make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog'
  /usr/bin/ld: cannot find -lncurses
  collect2: ld returned 1 exit status
  
Unable to find the Ncurses libraries.
   
You must have Ncurses installed in order
to use 'make menuconfig'
  
  make[1]: *** [ncurses] Error 1
  make[1]: Leaving directory `/home/jsahambi/kernel/scripts/lxdialog'
  make: *** [menuconfig] Error 2
---end quoted text---

FWIW - I had libncurses5-dev installed, and I was receiving an error
just like this.  I think it happens whenever ncurses chokes on
something.  In my case it didn't like being run under a Python wrapper
script.  You may want to make sure you have a health ncurses and
lxdialog:

$ cd /usr/src/linux# your linux root directory
$ scripts/lxdialog/lxdialog --textbox ~/.bashrc 20 70

Substitute any text file for ~/.bashrc.  If you see a scrolling text
window lxdialog and ncurses are healthy.  Otherwise that's where you
start debugging.  Eliminate all wrapper scripts from running make
menuconfig.  Try different terminals, including a plain tty without
X.

Hope that helps.
Steve

-- 

  \_O  \_O  \_O
~~~
 Steve Cooper  Redmond, WA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread J.S.Sahambi

I tried make menuconfig with 2.4.29 and it says:
***
jsahambi@ws97:~/kernel$ make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog'
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status

  Unable to find the Ncurses libraries.
 
  You must have Ncurses installed in order
  to use 'make menuconfig'

make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/home/jsahambi/kernel/scripts/lxdialog'
make: *** [menuconfig] Error 2
*

Then I executed dpkg and the result was:


jsahambi@ws97:~/kernel$ dpkg -l|grep ncurses
ii  libncurses55.2.20020112a- Shared libraries for terminal handling
ii  mtr-tiny   0.51-1 Full screen ncurses traceroute tool
ii  ncurses-base   5.2.20020112a- Descriptions of common terminal types
ii  ncurses-bin5.2.20020112a- Terminal-related programs and man pages
ii  ncurses-term   5.2.20020112a- Additional terminal type definitions
*

So what additional I need to to get make menuconfig working
Thanksing in advance
J S Sahambi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Alwyn Schoeman

Hi,

You have to have the libncurses dev package as it actually need the
header files of libncurses.
-- 
Alwyn Schoeman
SMART Money Inc.

The clock on the wall keeps moving, time stands still...
 No matter how the dice may fall, someone else always gets to call the number...



msg03493/pgp0.pgp
Description: PGP signature


Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Justin Ryan

It might be a good idea to install 'build-essential'

 You have to have the libncurses dev package as it actually need the
 header files of libncurses.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread Steve Waterman

apt-get install libncurses5-dev 



On Wednesday 25 September 2002 06:02, J.S.Sahambi wrote:
 I tried make menuconfig with 2.4.29 and it says:
 ***
 jsahambi@ws97:~/kernel$ make menuconfig
 rm -f include/asm
 ( cd include ; ln -sf asm-i386 asm)
 make -C scripts/lxdialog all
 make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog'
 /usr/bin/ld: cannot find -lncurses
 collect2: ld returned 1 exit status
 
   Unable to find the Ncurses libraries.
  
   You must have Ncurses installed in order
   to use 'make menuconfig'
 
 make[1]: *** [ncurses] Error 1
 make[1]: Leaving directory `/home/jsahambi/kernel/scripts/lxdialog'
 make: *** [menuconfig] Error 2
 *
 
 Then I executed dpkg and the result was:
 
 
 jsahambi@ws97:~/kernel$ dpkg -l|grep ncurses
 ii  libncurses55.2.20020112a- Shared libraries for terminal handling
 ii  mtr-tiny   0.51-1 Full screen ncurses traceroute tool
 ii  ncurses-base   5.2.20020112a- Descriptions of common terminal types
 ii  ncurses-bin5.2.20020112a- Terminal-related programs and man pages
 ii  ncurses-term   5.2.20020112a- Additional terminal type definitions
 *
 
 So what additional I need to to get make menuconfig working
 Thanksing in advance
 J S Sahambi
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact 
[EMAIL PROTECTED]
 
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]