[Mono-list] Building fron CVS
Karl Waclawek
karl@waclawek.net
Wed, 15 Oct 2003 00:38:50 -0400
Duncan Mak wrote:
>On Mon, 2003-10-13 at 22:48, Karl Waclawek wrote:
>
>
>>I re-updated from CVS and got further, until:
>>(again, doing make fullbuild)
>>
>>
>
>You need to install ICU. Packages are available on Red Carpet, or you
>can download the source directly.
>
>
There are quire a few. I installed
- icu
- icu-debuginfo
- icu-locales
- libicu-devel
- libicu26
the compile still stops here:
gcc -g -O2 -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -o mint
interp.o -pthread -Wl,--export-dynamic ../arch/.libs/libmonoarch.al
../metadata/.libs/libmonoruntime.al ../metadata/.libs/libmetadata.al
../io-layer/.libs/libwapi.al ../utils/.libs/libmonoutils.al
../os/.libs/libmonoos.al ../../libgc/.libs/libmonogc.al -lgthread-2.0
-lgmodule-2.0 -ldl -lglib-2.0 -lnsl -lpthread -lrt -lm
../metadata/.libs/libmonoruntime.al(locales.lo)(.text+0x8d): In function
`monostring_from_UChars':
/usr/local/src/mono/mono/metadata/locales.c:57: undefined reference to
`u_strlen_2_6'
<snip>lots of stuff left out</snip>
../metadata/.libs/libmonoruntime.al(locales.lo)(.text+0xb87):/usr/local/src/mono/mono/metadata/locales.c:533:
undefined reference to `ucnv_close_2_6'
../metadata/.libs/libmonoruntime.al(locales.lo)(.text+0xbaa):/usr/local/src/mono/mono/metadata/locales.c:537:
undefined reference to `ucol_getSortKey_2_6'
../metadata/.libs/libmonoruntime.al(locales.lo)(.text+0xbcb):/usr/local/src/mono/mono/metadata/locales.c:539:
undefined reference to `ucol_getSortKey_2_6'
collect2: ld returned 1 exit status
make[2]: *** [mint] Error 1
make[2]: Leaving directory `/usr/local/src/mono/mono/interpreter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mono/mono'
make: *** [xinstall-runtime] Error 2
Karl