- Joined
- Jun 16, 2001
ok now, i tried following the guide for installing a linux kernel here:
http://www.linux.org/docs/ldp/howto/Kernel-HOWTO.html
when i say make xconfig it goes out giving me several errors:
make[1]: gcc: Command not found
make[1]: *** [tkparse.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.4.19/scripts'
make: *** [xconfig] Error 2
then i try make menuconfig and it gives me an error saying i dont have ncurses and so i dled ncurses and when i typed ./configure it said this:
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
then i did make config and when through the LOOOOOONG process of configuring there and that seemed to work
but when i typed make dep, it gave me another error:
/bin/sh: line 1: gcc: command not found
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make: gcc: Command not found
make: *** [scripts/mkdep] Error 127
so please help me, do i need to install c++ for this to work? teach me
http://www.linux.org/docs/ldp/howto/Kernel-HOWTO.html
when i say make xconfig it goes out giving me several errors:
make[1]: gcc: Command not found
make[1]: *** [tkparse.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.4.19/scripts'
make: *** [xconfig] Error 2
then i try make menuconfig and it gives me an error saying i dont have ncurses and so i dled ncurses and when i typed ./configure it said this:
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
then i did make config and when through the LOOOOOONG process of configuring there and that seemed to work
but when i typed make dep, it gave me another error:
/bin/sh: line 1: gcc: command not found
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make: gcc: Command not found
make: *** [scripts/mkdep] Error 127
so please help me, do i need to install c++ for this to work? teach me