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" <[EMAIL PROTECTED]>
To: "Kornél Pál" <[EMAIL PROTECTED]>
Cc: <mono-devel-list@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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to