-
Notifications
You must be signed in to change notification settings - Fork 7
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
Link error on OSX #3
Comments
I think we should use static link to mimalloc by default without install the shared library into system. |
I can't reproduce this with OSX (for me dynamically linking works just fine), but I'll be happy to take patches that allow users to configure how to link the library. |
Can you try again with master? |
It works 🎉 Thank you, I can now run the binary directly without requiring |
@gnzlbg Think this can be closed, we've been using this for quite a while and static linking does work with it on Mac |
Was trying this great wrapper on my macbook and found that there was not problem to run the program with
cargo run
but a link error of thelibmimalloc_sys.dylib
pop out when trying to execute the generated program directly.The text was updated successfully, but these errors were encountered: