Hi Rsync Team, I am trying to build a 64-bit version of rsync. My issue is that I do not have a 64-bit libiconv.so or libiconv.a available. The platform I am on only has 32-bit builds. The --disable-iconv option in configure is not actually disabling iconv. Is there a different option to disable this, at least temporarily? Thanks, Randall -- Brief whoami: NonStop&UNIX developer since approximately UNIX(421664400) NonStop(211288444200000000) -- In real life, I talk too much.
On Mon, 2025-Mar-03, Randall S. Becker via rsync wrote:> I am trying to build a 64-bit version of rsync. My issue is that I do not > have a 64-bit libiconv.so > or libiconv.a available. The platform I am on only has 32-bit builds. The > --disable-iconv option > in configure is not actually disabling iconv. Is there a different option to > disable this, at least > temporarily?Try --disable-locale. Marc.