-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Need complete statically linked binary #3307
Comments
Hi, Thank you for submitting this issue.
This is AWS-CRT library package, according to the comment in the file
we can't rely on it being available, so a dynamic dispatch has been implemented. We will follow up with the CRT libraries if it is something that could be refactored. Best regards, |
Hi @SergeyRyabinin , Cmake command :
But ran into following issue while building the aws library : Static-Libs folder :
|
Describe the feature
We built the aws static libraries .
But this has lots of dynamic dependencies :
We want to link all those dependencies statically, so we tried using the
-static
flag . Getting this error when tried with-static
flag :https://pastebin.com/Z0Gr14q5
Then we tried using https://github.com/stunnel/static-curl to build the static curl library. But ran into many linking issues : https://pastebin.com/P0KZSgik
Use Case
We want a complete statically linked binary for our use case.
Proposed Solution
No response
Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: