When I\'m compiling openvswitch-1.5.0, I\'ve encountered the following compile error:
gcc -Wstrict-prototypes -Wall -Wno-sign-compare -Wpointer-arith -
Try to add -pthread at the end of the library list in the Makefile.
-pthread
It worked for me.