Jeremy Shaw jeremy.shaw@lindows.com writes:
So, if winejack.drv.so requires libjack which is linked against libpthread -- should it work with wine-kthread? And, if it does work, will libjack be calling the real pthread functions in libpthread or the emulated pthread functions in wine?
Yes it should work with wine-kthread, and it will call the emulated pthread functions. At least that's the theory, it's quite possible that with all the recent changes something got broken; but in any case using wine-pthread instead won't do what you want.