我想装gcc3.0,用了如下的:
[root@jz gcc-3.0]# ./configure
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/gust/software/gcc-3.0 using "mt-frag"
./configure: line 7: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler
请问是什么原因,如何解决?
谢谢!