[root@localhost bonnie++-1.03a]# make
g++ -O2 -DNDEBUG -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope zcav.cpp -o zcav bon_suid.ozcav.cpp:112: error: ‘strcmp’ was not declared in this scope
解决办法:在zcav.cpp中加入
#include<string.h>
https://stackoverflow.com/questions/40766055/error-strdup-was-not-declared-in-this-scope