When I\'m compiling openvswitch-1.5.0, I\'ve encountered the following compile error:
gcc -Wstrict-prototypes -Wall -Wno-sign-compare -Wpointer-arith -
The same problem happened to me when I use distcc to make my c++ project; Finally I solved it with export CXX="distcc g++".
distcc
export CXX="distcc g++"