-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
LC_ID_DYLIB of Mac prebuild dylib (maybe) is wrong #4840
Comments
I am unsure what to do with this report. |
arbipher
added a commit
to arbipher/z3
that referenced
this issue
Oct 25, 2021
NikolajBjorner
pushed a commit
that referenced
this issue
Oct 25, 2021
* Add path flags for cc loader (linux). * Fix os linking and loading problem (maybe on #4840). * Add post-install test of OCaml binding on ubuntu. * Minor. * Tentative CI for macos.
NikolajBjorner
pushed a commit
that referenced
this issue
Oct 25, 2021
* Add path flags for cc loader (linux). * Fix os linking and loading problem (maybe on #4840).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the MACOSX prebuild the LC_ID_DYLIB of the RPATH of the libz3.dylib is (maybe) wrong.
if I look at the dylib with
otool -l libz3.dylib
it showsInstead it should be like this
If I try to link libz3.dylib into a executable, the rpath of the executable isn't correctly set and it can't find the libz3.dylib at runtime.
This only happens with the prebuilds and not if I build it locally.
I wrote maybe because im not sure if this behavior is intentionally.
Edit:
Refactored code to multiline
The text was updated successfully, but these errors were encountered: