Closed
Conversation
0c91ecf to
c493170
Compare
ecc2443 to
da2ecc4
Compare
da2ecc4 to
e432f33
Compare
jeremylt
commented
Jan 8, 2026
Comment on lines
+40
to
+42
| #define CEED_BACKEND(name, num_prefixes, ...) \ | ||
| CEED_INTERN int name(void) __attribute__((weak)); \ | ||
| int __attribute__((weak)) name(void) { return CeedRegister_Weak(#name, num_prefixes, __VA_ARGS__); } |
Member
Author
There was a problem hiding this comment.
Listing both the definition and declaration as week is supposed to help. It does not.
It is also supposed to help to make both the weak and strong symbol extern (I'd rather not) but that did not help either.
Member
Author
There was a problem hiding this comment.
Also, trying libtool failed as well
... MacOS seems to really not want you to make static libraries
546f338 to
9b4c4c5
Compare
3cd3be9 to
e432f33
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.