> Do you mean that you didn't even need to remove the --no-undefined in the > Makefile.am?
No, you need to remove the -no-undefined either by commenting the line or setting the value to empty. I also tested with your recent patch (if COMPILE_W32_SYSTEM) and it also works :-) I have been investigating a bit about the -no-undefined + macos10 problem. The macos10 static linker (ld) is not able to see symbols provided in loadable bundles or custom frameworks/dynamic libraries. It seems that libiconv is provided in that way. So the fix installed by aleksander does The Right Thing(TM). The use of -no-undefined in the linking stage is only needed when compiling for the mingw32 platform.
