[Mono-devel-list] mono compile error
Eto
eto at shaw.ca
Tue Feb 15 20:55:34 EST 2005
I'm having problems compiling with ICU with svn head.. didn't have these
problems before though (a few weeks ago)! ):
I've got the ICU 2.8 package installed already, and I'm compiling with:
--prefix=/usr --with-icu=yes
Any ideas?
error:
make[3]: Entering directory `/home/cwensley/mono2/mono/mono/metadata'
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -fno-strict-aliasing -g
-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-cast-qual -Wcast-align
-Wwrite-strings -o pedump pedump.o
libmonoruntime.la ../io-layer/libwapi.la
../utils/libmonoutils.la ../../libgc/libmonogc.la -pthread -lgthread-2.0
-lglib
-2.0 -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 -lm -lnsl
-lpthread
-lm -lrt
gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings
-o pedump pedump.o
-Wl,--export-dynamic ./.libs/libmonoruntime.a ../io-layer/.libs/libwapi.a ../utils/.libs
/libmonoutils.a ../../libgc/.libs/libmonogc.al
-pthread /usr/lib/libgthread-2.0.
so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -lnsl -lpthread -lm
-lrt
./.libs/libmonoruntime.a(locales.o)(.text+0xe27): In function
`monostring_from_resource_index':
/home/cwensley/mono2/mono/mono/metadata/locales.c:520: undefined reference to
`ures_getStringByIndex_2_8'
./.libs/libmonoruntime.a(locales.o)(.text+0xe8c): In function
`open_subbundle':
/home/cwensley/mono2/mono/mono/metadata/locales.c:537: undefined reference to
`ures_getByKey_2_8'
./.libs/libmonoruntime.a(locales.o)
(.text+0xeab):/home/cwensley/mono2/mono/mono/
metadata/locales.c:543: undefined reference to `ures_countArrayItems_2_8'
./.libs/libmonoruntime.a(locales.o)
(.text+0xed4):/home/cwensley/mono2/mono/mono/
metadata/locales.c:552: undefined reference to `ures_close_2_8'
./.libs/libmonoruntime.a(locales.o)(.text+0xf81): In function `build_array':
/home/cwensley/mono2/mono/mono/metadata/locales.c:575: undefined reference to
`ures_close_2_8'
./.libs/libmonoruntime.a(locales.o)(.text+0xfff): In function
`create_DateTimeFormat':
/home/cwensley/mono2/mono/mono/metadata/locales.c:597: undefined reference to
`ures_open_2_8'
./.libs/libmonoruntime.a(locales.o)
(.text+0x1064):/home/cwensley/mono2/mono/mono
/metadata/locales.c:608: undefined reference to `ures_close_2_8'
./.libs/libmonoruntime.a(locales.o)
(.text+0x10e0):/home/cwensley/mono2/mono/mono
... etc...
More information about the Mono-devel-list
mailing list