On Thu, Jan 20, 2005, Dean Frampton <[EMAIL PROTECTED]> said: > This would suggest that I'm just missing iconv.h, but I can find it located > in /usr/local/include... > > Anyone care to shed some light on the matter?
You need recent GLib and GMime libraries. > As a side note, I tried to compile the 2.0 branch which did not have this > problem, but still failed with some dm_getopt errors while compiling pop3d. Please do a fresh CVS checkout (sometime in the last 12 hours is good) and post the errors you get. The "dm_getopt" stuff is a portable GNU getopt implementation because it's better than BSD's getopt (flames > /dev/null). It's only enabled if the platform doesn't have GNU getopt, and although I *did* test it on FreeBSD, I'm pretty sure it was FreeBSD 4. Aaron