Erlang static linked interpreter

Ciprian Dorin Craciun ciprian.craciun@REDACTED
Wed Jan 19 19:16:43 CET 2011


    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.


More information about the erlang-questions mailing list