Cory Omand wrote:
> solo turn wrote:
>> hi,
>>
>> i always build svn with --disable-nls, as it does not make sense on the
>> server. and it works. but i'm not sure if it is comparable as we use the
>> sun compiler.
>
> The problem is really with apr-util. Solaris has iconv_open in libc, so
> even when you specify --with-iconv=/somewhere/else, libc satisfies the
> linking requirements for iconv, and GNU iconv is removed. This causes
> APR_LOCALE_CHARSET to not function as advertised when called in
> libsvn_subr/utf.c. I don't yet know (a) how to get Solaris iconv to
> function properly here, or (b) how to force apr-util to use GNU iconv
> when libc contains similarly named iconv functions.
I guess something is going wrong with the build, possibly with ordering of
#includes?
When built as a standalone library (non-libc), GNU libiconv exports
'libiconv_open', etc., and not 'iconv_open', and #defines the iconv names.
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 12 20:17:08 2005