-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Support compile time linking. #173
Comments
This comment was marked as resolved.
This comment was marked as resolved.
As I mentioned in #179, the |
I guess that probably works. Does |
In Nix, I think the Cargo package wrapper uses patchelf to change dynamically linked paths to the correct place on the built system. I think this essentially operates on the information displayed by Because I realize Nix users might be minor, but I think there's many other tools that rely on ldd information and libjack may be used in a wide variety of software, some of which may be impacted. |
|
Thanks for the gracious offer! To be clear, I wasn't asking for nix support. I was just adding a use case where having compile time linking vs dlopen. If compile time linking is supported then nix should be fine, as long as that's used.
Sorry, I'm not sure I'm entirely following. In your first post you said
Was it re-added afterward? In that case maybe this issue could be closed. |
It was removed in
0.10.0
in favor of manually finding the dynamic library and loading symbols.The text was updated successfully, but these errors were encountered: