We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
➜ WebBench git:(master) sudo make && make install Password: cc -Wall -ggdb -W -O -c -o webbench.o webbench.c webbench.c:77:31: warning: unused parameter 'signal' [-Wunused-parameter] static void alarm_handler(int signal) ^ 1 warning generated. cc -Wall -ggdb -W -O -o webbench webbench.o ctags *.c install -s webbench /usr/local/bin install -m 644 webbench.1 /usr/local/man/man1 install: /usr/local/man/man1: No such file or directory make: *** [install] Error 71
The text was updated successfully, but these errors were encountered:
sudo mkdir -p /usr/local/man/man1
Sorry, something went wrong.
我安装正常的。感觉这个工具没有http_load好用
No branches or pull requests
➜ WebBench git:(master) sudo make && make install
Password:
cc -Wall -ggdb -W -O -c -o webbench.o webbench.c
webbench.c:77:31: warning: unused parameter 'signal' [-Wunused-parameter]
static void alarm_handler(int signal)
^
1 warning generated.
cc -Wall -ggdb -W -O -o webbench webbench.o
ctags *.c
install -s webbench /usr/local/bin
install -m 644 webbench.1 /usr/local/man/man1
install: /usr/local/man/man1: No such file or directory
make: *** [install] Error 71
The text was updated successfully, but these errors were encountered: