At 03:43 30/04/99 -0500, you wrote:
>I'm trying to update to the new 2.27 kernel..I've gotten the files
>/usr/src/linux, but can only use "make config". Below is the output I recieve
>when trying to make xconfig.  make menuconfig gives similiar errors, with the
>included line bash/sh gcc: Command not found.
>
>again, make config works, but i'm curious as to why the others do not.
>
>Thanks in advance,
>Ben
>
>
>
>rm -f include/asm
>( cd include ; ln -sf asm-i386 asm)
>make -C scripts kconfig.tk
>make[1]: Entering directory `/usr/src/linux/scripts'
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
tkparse.c
>make[1]: Leaving directory `/usr/src/linux/scripts'
>make[1]: gcc: Command not found
^^^^^^^^^^^^^^^^^^^^^^^

There's your problem. Either you do not have gcc installed
on your system ("find / -name gcc -print") or it's not
found in your $PATH ("whereis gcc").


ttfn
nick@nexnix




>make[1]: *** [tkparse.0] Error 127
>make: *** [xconfig] Error 2
>
>
>

Reply via email to