root@1000answer:~# cd ss5-3.8.3
root@1000answer:~/ss5-3.8.3# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/ss5-3.8.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
root@1000answer:~/ss5-3.8.3# make
make: *** No targets specified and no makefile found. Stop.
root@1000answer:~/ss5-3.8.3# sudo make install
make: *** No rule to make target `install'. Stop.
root@1000answer:~/ss5-3.8.3#
./configure 命令之后 make 和sudo make install 执行这个两条命令 貌似没成功啊 为啥呢?