Judging by your prompt ( "$" ), you're trying to make your kernel as your normal user. Try it as root and see if there's a difference.Hi i would like to compile and install a new kernel. When installed sourced i run
$ make menuconfig
and i got an error such as : can't find ncurses library. Notice that library is installed. so i tried to compile the kernel with
$ make dep && make clean ....
and i got this error : Could not run/locate gcc
WHY?
how can i solve this prob?
it seems that i have no locate db in /var/spool/locate directory
thanx in advance
to create and/or update your locate db, as root .... # locate -u
or
# updatedb
Johnny
-- [EMAIL PROTECTED] mailing list
