Im new to linux, i found a tutorial website
helping me with compling the kernel so far i
have followed the steps and for the following
messages:
rror for linux-2.4.25.tar.bz2
[root@localhost root]# cd /usr/src/Linux
[root@localhost 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/scripts/lxdialog’
/bin/sh: line 1: 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/scripts/lxdialog’
make: *** [menuconfig] Error 2
[root@localhost Linux]#
————————————————————
error for linux-2.6.4.tar.bz2
[root@localhost Linux]# make menuconfig
HOSTCC scripts/fixdep
/bin/sh: line 1: gcc: command not found
make[1]: *** [scripts/fixdep] Error 127
make: *** [scripts/fixdep] Error 2
[root@localhost Linux]#
Any help on how to resolve this or why this is
doing this would be appreciated.
im running fedora core 1 and have tried
installing ncurses but to no avail it has still
not solved the problem.
thanx