[Mono-list] 'make test' fails in mono/tests with cygwin

Petru Paler ppetru@ppetru.net
Thu, 27 Sep 2001 19:03:49 +0300


--On Thursday, September 27, 2001 16:54:26 +0100 Dick Porter 
<dick@ximian.com> wrote:

>> During compilation, I noticed this warning:
>>
>>   ../../mono/metadata/threads.h:21: warning: #warning "No thread support
>>   found!"
>>
>> Do I need to install a threads package before I compile Mono on
>> Win32?  Or is this completely unrelated to the error I'm getting?
>
> No, its just pointing out that its building a set of dummy thread routines
> that dont actually do anything.  If you try and run the thread.cs example
> you won't see anything from the subthread.

Are you working on the thread implementation for mint/testjit? I just 
started looking at it (at Miguel's suggestion).

Petru