LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   debian woody: error at "make menuconfig" (https://www.linuxquestions.org/questions/linux-newbie-8/debian-woody-error-at-make-menuconfig-36503/)

Lingo 11-26-2002 06:09 AM

debian woody: error at "make menuconfig"
 
I want to recompile the kernel with a newer version of gcc.
But typing "make menuconfig", the following message appears:


=== Begin of the error message======
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/kernel-source-2.2.20/scripts/lxdialog'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<curses.h>" -c -o lxdialog.o lxdialog.c
make[1]: Leaving directory `/usr/src/kernel-source-2.2.20/scripts/lxdialog'
make:*** [menuconfig] Error 2
=== End of the error message =====

What is wrong with my OS?

My hardware: Athlon XP1800+, Sparkle GeForce MX420, Elitegroup K75SA main board

Please help me

KevinJ 11-26-2002 04:27 PM

Does "make config" work?

If so, you may have a problem with "curses" which is needed to make the menus in "menuconfig".

-K.

Bogdan 11-26-2002 04:55 PM

apt-get install ncurses-bin ncurses-base

Lingo 11-29-2002 05:10 AM

It works!

Thanks


All times are GMT -5. The time now is 02:36 AM.