LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cannot compile menuconfig (https://www.linuxquestions.org/questions/linux-software-2/cannot-compile-menuconfig-157670/)

frankprogramer 03-14-2004 05:18 PM

cannot compile menuconfig
 
I just installed debian sid and I'm trying to compile a custom kernel but ld cannot find "lncurses". here's the output when I run `make menuconfig`:
...
/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 `/linux-2.4.24/scripts/lxdialog'
make: *** [menuconfig] Error 2

my ld.so.conf file reads:
/usr/X11R6/lib
/lib
/usr/lib
/var/lib

I have ncurses installed but I can't figure it out...

-Frankie

Tinkster 03-14-2004 08:38 PM

What does
ldconfig -v | grep ncurses
say?


Cheers,
Tink

comp12345 03-14-2004 08:58 PM

do you have the ncurses-devel libraries installed?

frankprogramer 03-16-2004 01:05 AM

thanks!
 
Thanks for the development library suggestion... I ran a simple:
`apt-get install libncurses5-dev`
and everything worked. I love debian.
-Frankie


All times are GMT -5. The time now is 08:34 PM.