I have downloaded the latest release of wine from winehq.org. On the site it says: NetBSD, OpenBSD, UnixWare, and SCO OpenServer 5 worked at one time, but Wine now requires kernel-level threads which are not currently available (or understood by the Wine team) on those platforms. My question is: What is the required thread missing? __________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com
On Wed, 02 Feb 2005 11:07:34 -0800, Don Smith wrote:> My question is: What is the required thread missing?Win32 threading is broken or semi-functional on every OS except Linux. The work that needs to be done requires an extremely deep understanding of the threading implementation on those operating systems: only somebody with a lot of expertise can do it. I would not expect this situation to improve anytime soon. For now I think FreeBSD is the closest you'll get to working threading on BSD. thanks -mike