1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

macOS: "ld: symbol(s) not found for architecture arm64"

native-api
2025-02-08 13:12:30 +03:00
parent 30f224f055
commit c64b24792b

@@ -14,7 +14,8 @@
- [Build failed: Resource temporarily unavailable](#build-failed-resource-temporarily-unavailable)
- [ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?](#error-the-python-ssl-extension-was-not-compiled-missing-the-openssl-lib)
- [python-build: definition not found](#python-build-definition-not-found)
- [macOS: "ld: symbol(s) not found for architecture x86_64" (#1245)](#macos-ld-symbols-not-found-for-architecture-x86_64-1245)
- [macOS: "ld: symbol(s) not found for architecture x86_64"](#macos-ld-symbols-not-found-for-architecture-x86_64)
- [macOS: "ld: symbol(s) not found for architecture arm64"](#macos-ld-symbols-not-found-for-architecture-arm64)
- [Python cannot find a dependent dynamic library even though it's installed](#python-cannot-find-a-dependent-dynamic-library-even-though-its-installed)
- ["python-build: definition not found" or another new feature missing even though you have a new enough Pyenv](#python-build-definition-not-found-or-another-new-feature-missing-even-though-you-have-a-new-enough-pyenv)
- ["configure: error: internal configure error for the platform triplet, please file a bug report" or "configure: error: Unexpected output of 'arch' on OSX" in MacOS](#configure-error-internal-configure-error-for-the-platform-triplet-please-file-a-bug-report-or-configure-error-unexpected-output-of-arch-on-osx-in-macos)
@@ -330,7 +331,7 @@ This is the reason why `binutils` is keg-only.
To fix, uninstall binutils `brew remove binutils`, or remove them from PATH, or execute the install command with `AR=/usr/bin/ar`.
## macOS: "ld: symbol(s) not found for architecture arm64
## macOS: "ld: symbol(s) not found for architecture arm64"
This happens if: