[Mono-dev] Win32 build is broken - r59306 - threads.c

Kornél Pál kornelpal at gmail.com
Wed Apr 12 03:59:58 EDT 2006


The cause is that libgc/pthread_stop_world.c is not compiled on a lot of 
platforms:
#if defined(GC_PTHREADS) && !defined(GC_SOLARIS_THREADS) && 
!defined(GC_IRIX_THREADS) && !defined(GC_WIN32_THREADS) && 
!defined(GC_DARWIN_THREADS) && !defined(GC_AIX_THREADS)

So other platforms are affected as well.

Kornél

----- Original Message ----- 
From: "Wade Berrier" <wberrier at novell.com>
To: "Kornél Pál" <kornelpal at gmail.com>
Cc: <mono-devel-list at lists.ximian.com>
Sent: Wednesday, April 12, 2006 3:05 AM
Subject: Re: [Mono-dev] Win32 build is broken - r59306 - threads.c


> This is also happening on macos.
>
> Wade
>
> On Tue, 2006-04-11 at 14:30 +0200, Kornél Pál wrote:
>> Hi,
>>
>> The error I get:
>>
>> /.libs/libmonoruntime.a(threads.o): In function
>> `mono_debugger_init_threads':
>> /mono/mono/mono/metadata/threads.c:2902: undefined reference to
>> `_gc_thread_vtable'
>>
>> Please have a look at the problem.
>>
>> Kornél
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
> 




More information about the Mono-devel-list mailing list