Re: Trying to cross-compile rsync 3.2.3 for an M1 Mac

2022-01-06 Thread Fred Fugate via rsync
Thanks Wayne, that worked for 3.2.3. I will explore 3.2.4pre1 as well. Fred On Thu, Jan 6, 2022 at 12:29 AM Wayne Davison wrote: > On Tue, Jan 4, 2022 at 7:39 PM Fred Fugate via rsync < > rsync@lists.samba.org> wrote: > >> It seems that the rsync source tarfile includes lib/md5-asm-x86_64.S,

Re: Trying to cross-compile rsync 3.2.3 for an M1 Mac

2022-01-05 Thread Wayne Davison via rsync
On Tue, Jan 4, 2022 at 7:39 PM Fred Fugate via rsync wrote: > It seems that the rsync source tarfile includes lib/md5-asm-x86_64.S, but > for my compilation to work, I need a file called lib/md5-asm-aarch64.S ? > Try configuring with --disable-asm. I imagine 3.2.4pre1

Trying to cross-compile rsync 3.2.3 for an M1 Mac

2022-01-04 Thread Fred Fugate via rsync
Hi, On an Intel Mac, I'm trying to cross-compile rsync 3.2.3 for an M1 Mac. I configured like this: ./configure \ CFLAGS='-target arm64-apple-macos' \ --host=aarch64-apple-darwin \ --prefix=/opt/fred \ --with-rsyncd-conf=/opt/fred/etc/rsyncd.conf \ --disable-openssl \ --disable-xxhash