View previous topic :: View next topic |
Author |
Message |
Taishi n00b
Joined: 17 Jan 2003 Posts: 36
|
Posted: Wed Feb 05, 2003 9:39 pm Post subject: KERNEL HELP!!!!! |
|
|
Ok.
1. I cd /usr/src/linux -just as it says
2. I do make menuconfig - and it says Ncurses library needed. :-/ plz help _________________
--Taishi-- |
|
Back to top |
|
|
ebrostig Bodhisattva
Joined: 20 Jul 2002 Posts: 3152 Location: Orlando, Fl
|
Posted: Wed Feb 05, 2003 9:47 pm Post subject: |
|
|
Short answer: emerge ncurses.
The ncurses package is used to control the texbased configuration menusystem which is used when you do: make menuconfig.
Erik _________________ 'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.' |
|
Back to top |
|
|
masseya Bodhisattva
Joined: 17 Apr 2002 Posts: 2602 Location: Baltimore, MD
|
Posted: Wed Feb 05, 2003 10:07 pm Post subject: |
|
|
This could also be because you don't have gcc in your path. It's been widely discussed on the forums. Make sure you have ncurses, but you will get exactly the same error if gcc isn't in your path. You might want to check out Pitfalls of using GCC - 3.2.1-r6. _________________ if i never try anything, i never learn anything..
if i never take a risk, i stay where i am.. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Feb 05, 2003 10:08 pm Post subject: |
|
|
Can you post the output of "which gcc"? Perhaps your PATH is not being set up correctly. Lots of info in Pitfalls of using GCC - 3.2.1-r6. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
|