“How can I fix ‘undefined reference to pthread’ on Ubuntu’s Musl x86_64 LibC?”
I've been trying to compile against Musl for a while now. My goal is to make a game engine binary which can execute on as many x86_64 Linux distros as possible with the same binary. The problem is, symbols such…