Hello all! I was just wondering if anyone was able to build a static linked Erlang interpreter? I've tried today to use `LDFLAGS=-static`, but unfortunately when linking it complains of finding `__sigaction` duplicated, once in Erlang's own source code, and once in `pthread` library. Any ideas? Thanks, Ciprian.