Sergey Poznyakoff wrote:
> /usr/bin/ld: warning multiple definitions of symbol _locale_charset
> ../lib/libtar.a(localcharset.o) definition of _locale_charset in section 
> (__TEXT,__text)
> /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset

You can ignore this warning. The /usr/lib/libiconv.dylib exports
locale_charset although it does not need to. Newer versions of libiconv
avoid this when compiled with gcc >= 4.0 on ELF systems.

Bruno


Reply via email to