[Mono-list] 'make test' fails in mono/tests with cygwin
Dick Porter
dick@ximian.com
Thu, 27 Sep 2001 16:54:26 +0100
On Thu, Sep 27, 2001 at 10:09:40AM -0400, Brian Jepson wrote:
>
> When I run mint directly on the executable, I see this output:
>
> ** ERROR **: file loader.c: line 69 (mono_init): assertion failed: (status
> == MONO_IMAGE_OK)
> aborting...
> 0 [sig] mint 988 open_stackdumpfile: Dumping stack trace to
> mint.exe.stackdump
> Aborted (core dumped)
I think this means it couldn't find its corlib.dll
>
> 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.
- Dick