[Mono-devel-list] Error while building 1.1.3
Patrik Reali
patrik at reali.ch
Thu Dec 16 08:22:03 EST 2004
Hi!
I'm trying to install 1.1.3 but I get an error while building the sources
(I have the same error with 1.0.5, whereas 1.0.1 does fine).
Here are the last lines of the make command:
make[7]: Entering directory
`/usr/local/src/mono/1.1.3/mono-1.1.3/mcs/class/System.XML'
make all-local
make[8]: Entering directory
`/usr/local/src/mono/1.1.3/mono-1.1.3/mcs/class/System.XML'
MONO_PATH="../../class/lib/basic:$MONO_PATH"
/root/src/mono/1.1.3/mono-1.1.3/runtime/mono-wrapper
../../class/lib/basic/mcs.exe -d:NET_1_1 -d:ONLY_1_1
-d:BOOTSTRAP_WITH_OLDLIB -debug /noconfig /lib:/usr/local/lib /noconfig
/unsafe /r:mscorlib.dll /r:System.dll /nowarn:0162 /nowarn:0618
/nowarn:0612 /target:library /out:System.Xml.dll System.Xml.XPath/Parser.cs
@System.Xml.dll.sources
/root/src/mono/1.1.3/mono-1.1.3/mono/mini/mono: relocation error:
/usr/lib/libgthread-2.0.so.0: undefined symbol: g_mutex_init
make[8]: *** [../../class/lib/basic/System.Xml.dll] Error 127
make[8]: Leaving directory
`/usr/local/src/mono/1.1.3/mono-1.1.3/mcs/class/System.XML'
make[7]: *** [all.real] Error 2
Now, I guess I probably have an older libgthread which is missing
"g_mutex_init", but I would expect configure to catch those problems.
Or is the problem somewhere else?
Thanks,
Patrik
More information about the Mono-devel-list
mailing list