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: > > *** > > jsaham

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) >

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 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

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/bi