Здравствуйте
Я новичок в debian, не могу понять что за фигня с библиотеками, подскажите пожалуйста если знаете. Дистривутив Woody, проинсталял, хочу обновить ядро, хочу интерфейс menuconfig.
-----+++++-----
/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-2.4.30/scripts/lxdialog'
/bin/sh: gcc: command not found
>> 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 `/usr/src/linux-2.4.30/scripts/lxdialog'
make: *** [menuconfig] Error 2
-----+++++-----
# dpkg -l | grep libncu
ri libncurses5 5.2.20020112a- Shared libraries for terminal handling
ii libncurses5-db 5.2.20020112a- Debugging/profiling libraries for ncurses
ii libncurses5-de 5.2.20020112a- Developer's libraries and docs for ncurses
-----+++++-----# dpkg -l | grep gcc
ii gcc-3.0 3.0.4-7 The GNU C compiler.
ii gcc-3.0-base 3.0.4-7 The GNU Compiler Collection (base package).
ii libgcc1 3.0.4-7 GCC support library.
-----+++++-----
# ldconfig -v | grep libnc
libncurses.so.5 -> libncurses.so.5.2
-----+++++-----
Заранее Спасибо!