[Mono-list] Alert!!! problem when compiling svn version
Kamil Skalski
nazgul@nemerle.org
Tue, 15 Feb 2005 09:48:58 +0100
On Tuesday 15 of February 2005 09:45, Hubert FONGARNAND wrote:
> Today's svn version seems to be broken :
Such errors are quite often when updating old tree with HEAD. You need to
make clean
./autogen.sh --options
make
This should help.
>
> compilation fails in linking with :
> ./.libs/libmetadata.a(domain.o)(.text+0x47b): In function
> `domain_id_alloc': /home/hubert/mono/mono/mono/metadata/domain.c:266:
> undefined reference to `mono_gc_alloc_fixed'
> ./.libs/libmetadata.a(domain.o)
> (.text+0x4c6):/home/hubert/mono/mono/mono/metadata/domain.c:268: undefined
> reference to `mono_gc_free_fixed'
> ./.libs/libmetadata.a(domain.o)
> (.text+0x50c):/home/hubert/mono/mono/mono/metadata/domain.c:244: undefined
> reference to `mono_gc_alloc_fixed'
> ./.libs/libmetadata.a(domain.o)(.text+0x572): In function
> `mono_domain_create':
> /home/hubert/mono/mono/mono/metadata/domain.c:285: undefined reference to
> `mono_gc_alloc_fixed'
> ./.libs/libmetadata.a(domain.o)(.text+0x163e): In function
> `mono_domain_foreach':
> /home/hubert/mono/mono/mono/metadata/domain.c:705: undefined reference to
> `mono_gc_alloc_fixed'
> ./.libs/libmetadata.a(domain.o)
> (.text+0x16b7):/home/hubert/mono/mono/mono/metadata/domain.c:714: undefined
> reference to `mono_gc_free_fixed'
> ./.libs/libmetadata.a(domain.o)(.text+0x19fc): In function
> `mono_domain_free': /home/hubert/mono/mono/mono/metadata/domain.c:853:
> undefined reference to `mono_gc_free_fixed'
> collect2: ld returned 1 exit status
>
> domain.c seems to have been modified this night...
--
Kamil Skalski