-
Notifications
You must be signed in to change notification settings - Fork 711
OSX: C shared library linked as relative #4183
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
Comments
This was referenced Dec 20, 2016
/participate |
Might this relate to relocatable builds? |
Possibly, is there some way to disable that? I'm also not sure how this would work outside of nix. |
7 tasks
This was referenced Jan 3, 2017
Merged
I've found out the culprit (thanks @christiaanb). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building https://github.com/serokell/rocksdb-haskell/ with just Nix and also with Stack (+Nix). Both fail to build even when rocksdb lib forder is passed correctly:
Build fails as:
This is a masked error, really it doesn't find rocksdb library because it's not linked as absolute path:
Following work around works that sets the path back to absolute:
LnL7/nixpkgs@6edec59
The text was updated successfully, but these errors were encountered: