Re: problem generating cross compiled dynamic libraries on macOS

Alan Snyder <[email protected]> Fri, 25 Apr 2025 11:41:00 -0700
Newsgroups gmane.comp.sysutils.autoconf.bugs
Message-ID <[email protected]>

> On Apr 25, 2025, at 10:17 AM, Nick Bowler <[email protected]> wrote:
> 
> The build machine architecture is aarch64 right?  Not x86_64.

Correct.

I tried:

./configure --build=aarch64-apple-macos10.10 --host=x86_64-apple-macos10.10 --enable-shared

I got this warning:

configure: WARNING: using cross tools not prefixed with host triplet

It still thinks the tools don’t support shared libraries, which is the real issue.

  Alan