-
Notifications
You must be signed in to change notification settings - Fork 96
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
Static linking ? #41
Comments
Okay Jeremy you were right. It was about passing the right flag to the linker so that it gets the symbols in. In that case it was The only thing is that you then need to figure out which libraries that archive uses and dynlink against those things aswell (it doesn't seem to be recorded in the So in the end here's the invocation that succeeded, the interesting bits are in the
|
This library is really scary (because it feels like magic).
One question though. It doesn't work if you statically link the C library you bind to or I am missing something ?
(osx)
Static:
Dynamic:
(works)
The text was updated successfully, but these errors were encountered: