Compiling with --disable-iconv

Wayne Davison wayned at samba.org
Mon Feb 4 20:27:42 GMT 2008


On Sun, Feb 03, 2008 at 04:06:55PM -0700, Rob Bosch wrote:
> To bypass it I wanted to compile with the --disable-iconv function.
> I'm still getting the following errors during compile: [...]

The --disable-iconv configure option just disables the --iconv rsync
option.  It does not disable all use of iconv_open.  You can edit your
config.h file to comment out HAVE_ICONV_OPEN and HAVE_ICONV_H, if you
want to completely stop them from being used.

..wayne..


More information about the rsync mailing list