The linker is giving verbose information about the use of those labels, I was just going "code-blind" there... The caller of libiconv is libwx_macud_static.a(strconv.o). Investigating, I find that libiconv is only used by wxWidgets if HAVE_ICONV is defined. Fair enough, but this raises an interesting issue: I guess that HAVE_ICONV is set up by autoconf (I haven't yet found where it's defined for the straight wxWidgets Xcode project) but if you're doing a universal binary build, just checking for the presence of a library is not enough - autoconf needs to check that the library is a universal binary too. Doesn't it? Phil On 26 Apr 2006, at 16:36, Alex Bligh wrote:
|