|
./configure
loading cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
-------------------------------------------------------------
提示没有找到gcc or cc .问题是,记得自己装过gcc的阿.
find /. -name gcc*
/./usr/lib/gcc-lib
find: /./mnt/floppy: Input/output error
find: /./mnt/cdrom: Input/output error
我倒,好像真的没有了.不过现在连gcc都无法编译了.因为没有cc.
那位老大,介绍一下,应该怎么做阿. |
|