Hi, I when trying to use vstserver with the latest cvs-version of wine (23.10.2003), wine cant load the winelib program because pthread_create and pthread_join functions are missing.
Of course, I do solve this problem just by linking with the glibc pthread library. But, what has happened? When reading scheduler/pthread.c, some radical change seems to have happened since the last time I read the file.
In short, my question is: How do I configure/make/link my winelib program to get proper support for the pthreads commands with the new system?
(And a related question, any plans to support pthread_setschedparam in the future?)
--