Hi Peter, > I assume it links against the wrong libiconv. I tried to fix this it > yesterday when I had the same error. > Building with internal libintl it should work with /usr/lib/libiconv.dylib, > you could set the library > with -DICONV_LIBRARY=/usr/lib/libiconv.dylib. If it doesn't work with this > lib, maybe there is another in > /opt/local/lib.
Yes, that looks like it was the problem. Directly specifying the version of libiconv solved the problem. Upon your suggestion, I looked, and I *do* have a version of libiconv installed via MacPorts. It must have been installed alongside one of the other packages as a dependency. But, I am back to compiling and hacking, which makes me happy. Cheers, Rob