Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream: fix linkage on macOS 12 #75

Draft
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

ilovezfs
Copy link
Contributor

These changes prevent "dyld[678]: symbol not found in flat namespace"
for several symbols.

Xcode 13 and/or Monterey has stricter checks for undefined symbols. Note
that binaries running on macOS 12, but built on macOS 11 with Xcode 12,
don't trigger these checks for some reason.

These changes prevent "dyld[678]: symbol not found in flat namespace"
for several symbols.

Xcode 13 and/or Monterey has stricter checks for undefined symbols. Note
that binaries running on macOS 12, but built on macOS 11 with Xcode 12,
don't trigger these checks for some reason.
@lundman
Copy link
Contributor

lundman commented Jun 17, 2021

I believe it is due to ZOL moving to "-fvisibility=hidden" for libraries, which appears to be ignored (not supported?) in XCode 12.

@ilovezfs
Copy link
Contributor Author

We'll need to check if these changes are still necessary (and if any other changes are needed) with macOS Monterey 12.0.1, which was released today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants