Hi. I want to run wine inside qemu userspace (host = arm, target = x86), but it doesn't function due to lack of NPTL (native posix thread library) support. I tried turning it on by editing configure and trying it on a simple pthread program, but it crashes. Why is NPTL not supported on x86 or x86_64?
Has anyone had any success running wine inside qemu userspace?