icepoint 发表于 2003-4-29 11:28:23

[求助]急!急!这个问题怎么解决?

root@localhost root]# cd /usr/src/linux-2.4.18-3/
# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make: Entering directory `/usr/src/linux-2.4.18-3/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c
gcc: installation problem, cannot exec `cpp0': No such file or directory
make: *** Error 1
make: Leaving directory `/usr/src/linux-2.4.18-3/scripts'
make: *** Error 2
#

jackyhong 发表于 2003-4-29 12:45:28

老大,你是不是安装过gcc编译器?
如果是的话,说明你的编译器没有安装好!!!

Dragonfly 发表于 2003-5-1 08:13:42

u use which linux? rh or debian? sb met this on woody before.
u need reinstall gcc

icepoint 发表于 2003-5-3 14:38:00


need reinstall gcc

when i try "configure" to reinstall gcc,i am told something like "cannot exec `cpp0': No such file or directory ".
how can i reinstall gcc,please?

Dragonfly 发表于 2003-5-4 07:09:36

u fall into a loop to do that. u can not use a failed gcc to compile a new gcc to install a new gcc. right?
u have to download a gcc binary rpm to install directly.
页: [1]
查看完整版本: [求助]急!急!这个问题怎么解决?