2016-03-22 7:39 GMT+08:00 Hayden Livingston <halivingston@gmail.com>:
Have folks gotten around using musl + libc++ (from the llvm project)?

I'm trying to get a setup where all my dependencies can be moved to
musl and libc++ to build static executables.

I've tried to do about the same thing before and failed because libc++ depends on some functions not implemented in musl yet, likeĀ strtoll_l() andĀ __printf_chk() IIRC.

Lei