[Mono-devel-list] Can't build current HEAD of mono

Paolo Molaro lupus at ximian.com
Tue Apr 8 05:12:31 EDT 2003


On 04/08/03 Sebastian Bergmann wrote:
>    ../io-layer/.libs/libwapi.al(timed-thread.lo):
>    In function `timed_thread_start_routine':
>    /usr/src/mono/mono/mono/io-layer/timed-thread.c:88:
>    undefined reference to `gc_thread_vtable'
> 
>    ../io-layer/.libs/libwapi.al(timed-thread.lo):
>    In function `_wapi_timed_thread_create':
>    /usr/src/mono/mono/mono/io-layer/timed-thread.c:126:
>    undefined reference to `gc_thread_vtable'

You configured the runtime when you had the libgc module installed
and then removed the libgc library and replaced it with the usual one.
You need to run configure/autogen again in the mono module (remove
config.cache).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list