https://issues.dlang.org/show_bug.cgi?id=14617
--- Comment #5 from Steven Schveighoffer <[email protected]> --- Andrei, that's exactly what I did. I just realized, I messed up and left that initializer in the types.d file, when I tried doing it in the pthread.d file. Fixing that, it does work. So we have a potential fix (not the preferred) of fixing only PTHREAD_MUTEXT_INITIALIZER. I'll push the one with setting the init value, and you can see whether it's easy to fix the Makefile. Maybe I did something wrong with my testing... --
