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

workaround for linker internal error on macos-13 #218

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

jhmgoossens
Copy link
Contributor

This workaround tries to address coin-or/COIN-OR-OptimizationSuite#26
An assertion failed with the linker "ld: Assertion failed: (resultIndex < sectData.atoms.size())"
Workarounds suggested on the internet are to "add -Wl,-ld_classic"

@jhmgoossens jhmgoossens self-assigned this Mar 13, 2024
@jhmgoossens
Copy link
Contributor Author

Works as workaround. Note that -Wl,option passes the option (-ld_classic) to the linker.

@jhmgoossens jhmgoossens merged commit 972b767 into coin-or:master Mar 13, 2024
12 of 14 checks passed
@jhmgoossens jhmgoossens deleted the dev-linuxci branch March 13, 2024 20:16
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.

1 participant