|
本帖最后由 baqfhwqqq 于 2013-8-17 19:47 编辑
[root@vps ~]# cd webbench-1.5
[root@vps webbench-1.5]# make && make install
ctags *.c
/bin/sh: ctags: command not found
make: [tags] Error 127 (ignored)
install -s webbench /usr/local/bin
install -m 644 webbench.1 /usr/local/man/man1
install: cannot create regular file `/usr/local/man/man1': No such file or directory
make: *** [install] Error 1
[root@vps webbench-1.5]#
yum -y install gcc gcc-c++ |
|