build can fail with `ld: cannot find -lpthread: No such file or directory` fix: remove `-static` flag expected: disable static build with something like `make -DNO_STATIC_BUILD` --- another nitpick: `install` rule is missing in Makefile
build can fail with
ld: cannot find -lpthread: No such file or directoryfix: remove
-staticflagexpected: disable static build with something like
make -DNO_STATIC_BUILDanother nitpick:
installrule is missing in Makefile