[root@vps /]# cd webbench-1.5
[root@vps webbench-1.5]# make
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
make: cc: Command not found
make: *** [webbench.o] Error 127
[root@vps webbench-1.5]# make install
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
make: cc: Command not found
make: *** [webbench.o] Error 127
[root@vps webbench-1.5]# apt-get install make -y || yum install make -y
-bash: apt-get: command not found
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.ndchost.com
* extras: centos.mirrors.hoobly.com
* updates: centos.mirrors.hoobly.com
Setting up Install Process
Package 1:make-3.81-3.el5.x86_64 already installed and latest version
Nothing to do
[root@vps webbench-1.5]#