Skip to content
Discussion options

You must be logged in to vote

To say anything more, I'd need to see a reproducible example. The error you are running into is very likely the missing linker args.

Aside, the default target cpu for this target triple is Apple M1, shouldn't that be enough to get all interesting extensions?

Note to self (and @rusterlium/core): We could sidestep these issues and the need for the linker flags by dynamically assigning the symbols in nif_init using dlopen(NULL) and dlsym. We do something like this for Windows anyway, as that's how the ABI works. I'll create a PoC.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@samfrench
Comment options

@filmor
Comment options

Answer selected by filmor
@samfrench
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #646 on August 16, 2024 13:04.