Re: slow on apple silicon?
Robert Kausch <[email protected]> Fri, 8 Jul 2022 14:16:33 +0200
| Newsgroups | gmane.comp.audio.compression.flac.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 08.07.2022 um 09:26 schrieb Martijn van Beurden: > Op wo 6 jul. 2022 om 22:09 schreef Scott Brown <[email protected]>: > > Same list of cputype errors > > > It doesn't seem to be obvious where the problem lies, and I do not > have access to ARM-powered Mac hardware (nor any Mac hardware for that > matter) so I am unable to debug this. Anyone else? Just tried to create an aarch64 Mac build and succeeded with the current master. @Scott Brown, I think the build issue you have is due to not setting CXXFLAGS="-arch arm64" in addition to your CFLAGS and LDFLAGS. Because of that, the C++ sources are built for x86-64 and then cannot link to the aarch64 FLAC library. I also had to configure with "--host=aarch64-apple-darwin", but if you are building on an Apple Silicon Mac that should not be necessary. ---- Robert Kausch [email protected]