[Mono-list] make error in libmint.so

Rachel Hestilow lists@nullenvoid.com
Sun, 25 Apr 2004 22:30:26 -1000


On Sun, 2004-04-25 at 07:41, Peter Ertel wrote:
> ./.libs/libmint.so: undefined reference to `string_invariant_tolower'
> ./.libs/libmint.so: undefined reference to `string_invariant_toupper'

For some reason these functions are not implemented in mono like the
other string_invariant_ functions are. They are only used when ICU is
disabled, however, so you should be able to work around it by compiling
with ICU support enabled.

-- Rachel