[Mono-dev] Building Mono with VS.NET 2005

Sebastien Pouliot sebastien.pouliot at gmail.com
Wed Feb 1 15:03:07 EST 2006


Hello Uwe,

Which solution file do you use to build Mono ?

The one available on SVN ?

If so, it has been updated this morning (but the update wasn't related
to the GC). Also be sure that you did a "make" in cygwin after each
update from SVN.

note: just to be sure I just cleaned and rebuilded from SVN (r56413)
without problem (and r56396 worked too this morning).

On Wed, 2006-02-01 at 20:45 +0100, Uwe Korn wrote:
> Hi again,
> after cleaning and recompiling, the libmono did not  build again because 
> it got these errors:
> 
> .\mono\mini\mini.c(10321) : error C2065: 'GC_stackbottom' : undeclared 
> identifier
> .\mono\mini\driver.c(814) : error C2065: 'GC_dont_expand' : undeclared 
> identifier
> 
> Uwe LK
> > Hi,
> > I'm just trying to build mono with VS.Net 2005 Beta 2  and when I want 
> > to build i get these missing functions: Where can I find them?
> >
> > Uwe L. Korn
> >
> > >>>>
> > libmono.lib(domain.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_alloc_fixed referenced in function _mono_domain_create
> > libmono.lib(threads.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_alloc_fixed
> > libmono.lib(object.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_alloc_fixed
> > libmono.lib(gc.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_alloc_fixed
> > libmono.lib(domain.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_free_fixed referenced in function _domain_id_alloc
> > libmono.lib(threads.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_free_fixed
> > libmono.lib(threads.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_register_thread referenced in function _mono_thread_attach
> > libmono.lib(profiler.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_enable_events referenced in function _mono_profiler_install_gc
> > libmono.lib(appdomain.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_collect referenced in function _unload_thread_main at 4
> > libmono.lib(gc.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_collect
> > libmono.lib(appdomain.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_max_generation referenced in function _unload_thread_main at 4
> > libmono.lib(gc.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_max_generation
> > libmono.lib(monitor.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_weak_link_add referenced in function 
> > _mono_monitor_try_enter_internal
> > libmono.lib(gc.obj) : error LNK2001: unresolved external symbol 
> > _mono_gc_weak_link_add
> > libmono.lib(gc.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_get_used_size referenced in function 
> > _ves_icall_System_GC_GetTotalMemory
> > libmono.lib(gc.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_enable referenced in function _alloc_handle
> > libmono.lib(gc.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_weak_link_remove referenced in function _alloc_handle
> > libmono.lib(gc.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_weak_link_get referenced in function _alloc_handle
> > libmono.lib(gc.obj) : error LNK2019: unresolved external symbol 
> > _mono_gc_disable referenced in function _alloc_handle
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
-- 
Sebastien Pouliot  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/




More information about the Mono-devel-list mailing list