-
Notifications
You must be signed in to change notification settings - Fork 1
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
Killed 9 on Mac #25
Comments
It is probably some internal OS-X bug / inconsistency with built-in security, continuously watching for executables (and libs?) for modification and killing all that gets modified (in our case recompiled). |
The solution is: instead of installing the libsettle.so library with "cp" command, overwriting the existing file, remove the existing one first with "rm" and then do "cp". |
Makefile modified, fixed in commit b5bd183 |
Description
Running a short functional test of settle after libsettle re-install results in a strange failure.
What I Did
The text was updated successfully, but these errors were encountered: