Subject: Re: wine-20030911 does not work
To: Jukka Marin <jmarin@embedtronics.fi>
From: Adam <adam@albedo.art.pl>
List: current-users
Date: 09/21/2003 22:36:53
>> Hi,
>>
>> I had wine-0307xx installed and it ran a cad package quite well (I 
>> just
>> couldn't save any files ;-).  I upgraded to wine-20030911, and now I 
>> can't
>> get anything working - I always get
>>
>> Illegal instruction
>
> Correction:
>
> I upgraded my -current and now wine starts, but it never opens a 
> window.
> Instead, it uses all CPU (>90% system time, <10% user time).  wine has 
> now
> used 10 minutes of CPU (2 GHz P4), still no window..

As far as I can tell, wine indirectly depends on pthreads (via the 
'glu' package?), which may lead to the endless-loop effect.  Try to 
re-compile wine with
CONFIGURE_ARGS+= --without-opengl
or update libpthreads from -current.

Let me know if it helps :)

	kind regards

		- Adam