-
Notifications
You must be signed in to change notification settings - Fork 100
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
Linking error with aws_lc_rs #1520
Comments
I don't see the C library of aws-lc mentioned anywhere in the linker invocation. Can you show the stdout/stderr of the build script of aws-lc-sys? You should be able to find it in the |
The output is:
stderr is empty. |
Can you also build with |
|
I forgot to note that I am using Ubuntu 22.04 LTS. (In case this is relevant to the issue) |
I can reproduce this problem locally. What is strange however is that |
Found the problem: aws-lc-sys is using the Edit: Seems like rust-bindgen has been doing this for 7 years. How did that not get noticed until now? |
Minimal example:
main.rs
Dependencies
Output
Truncated part of the output due to character limit.
Tested on:
-cargo 1.81.0-nightly (4ed7bee47 2024-06-25)
-cargo 1.81.0-nightly (a2b58c3da 2024-07-16)
The text was updated successfully, but these errors were encountered: