When compiling (make) on OS X, the option `-soname` doesn't exist: ``` ld: unknown option: -soname ``` Changing `-soname` to `-install_name` in the Makefile fixes it, but I'm not sure how best to account for that case without breaking other platforms.