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

0.8.4 Fails on macOS El Capitan #302

Open
dom96 opened this issue Jul 8, 2022 · 1 comment
Open

0.8.4 Fails on macOS El Capitan #302

dom96 opened this issue Jul 8, 2022 · 1 comment
Labels

Comments

@dom96
Copy link
Owner

dom96 commented Jul 8, 2022

Seems the way our Github Action builds choosenim ends up failing on older macOS (or at least I hope it's just old ones).

» choosenim 1.4.8
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/dom/.nimble/bin/choosenim
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: ____chkstk_darwin
  Referenced from: /Users/dom/.nimble/bin/choosenim
  Expected in: /usr/lib/libSystem.B.dylib

[1]    5081 trace trap  choosenim 1.4.8

Building portable binaries is tough :/

@elcritch
Copy link
Contributor

Bummer, looks like adding the C flag -mmacosx-version-min=10.3 or similar might help with the older MacOS versions.

Some combination of:

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

No branches or pull requests

2 participants