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