so after applying the following changes to the gc.h file
from:
#if defined(WIN32_THREADS)
# define GC_WIN32_THREADS
#endif
to:
#if defined(WIN32_THREADS)
# ifndef GC_WIN32_THREADS
# define GC_WIN32_THREADS
# endif
#endif
I ran the shell script and it went away for 5 minutes or so, and finally came back with this:
c'
./.libs/libmetadata.al(domain.lo)(.text+0x3f9):/monocvs/mono/mono/metadata/domai
n.c:173: undefined reference to `_imp__GC_register_finalizer'
../utils/.libs/libmonoutils.al(mono-hash.lo.b)(.text+0x39): In function `mono_g_
hash_table_new_full':
/monocvs/mono/mono/utils/mono-hash.c:152: undefined reference to `_imp__GC_mallo
c'
../utils/.libs/libmonoutils.al(mono-hash.lo.b)(.text+0xa1):/monocvs/mono/mono/ut
ils/mono-hash.c:163: undefined reference to `_imp__GC_malloc'
../utils/.libs/libmonoutils.al(mono-hash.lo.b)(.text+0xd78): In function `g_hash
_table_resize':
/monocvs/mono/mono/utils/mono-hash.c:606: undefined reference to `_imp__GC_mallo
c'
../utils/.libs/libmonoutils.al(mono-hash.lo.b)(.text+0xe7e): In function `g_hash
_node_new':
/monocvs/mono/mono/utils/mono-hash.c:645: undefined reference to `_imp__GC_mallo
c'
make[3]: *** [pedump.exe] Error 1
make[3]: Leaving directory `/monocvs/mono/mono/metadata'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/monocvs/mono/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/monocvs/mono'
make: *** [all-recursive-am] Error 2
any help here would be much appreciated
JBA
Title: mono-build-w32.sh problems
- Re: [Mono-list] mono-build-w32.sh problems John BouAntoun
- Re: [Mono-list] mono-build-w32.sh problems Francisco Figueiredo Jr.
