Click to See Complete Forum and Search --> : make xconfig problems


kyutums
11-07-2001, 02:57 PM
I recently installed RedHat 6.2 on my old Lifebook 635T (Pentium 133 with 16 MB RAM). I was trying to change the kernel settings when, after typing make xconfig, the ff. appear:

rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.2.14/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c
make[1]: gcc: Command not found
make[1]: *** [tkparse.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.2.14/scripts'
make: *** [xconfig] Error 2

fateswarm
11-07-2001, 03:08 PM
hihihi... you need to install gcc.

That's the whole point of a 'normal' compilation. A "make file" uses gcc to compile the raw data of a programming language.

error27
11-07-2001, 05:57 PM
You are almost certainly going to have other problems besides missing gcc.

I bet you are missing binutils as well. Maybe something else... not ncurses if you are using xconfig but something else.

It looks like you are using the rpm of the kernel source and not the raw source. That's good.

The rpm should have forced you to install the other stuff you need. If it didn't it's a bug.

kyutums
11-07-2001, 10:53 PM
I'm using RH 6.2. Gcc isn't included in the RH 6.2 cd?

bdg1983
11-08-2001, 06:42 AM
Try Redhat's ftp servers.