-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Linker errors when building binaries (failed to set dynamic section sizes: bad value) #124
Comments
based on the symbols it looks like likely related to note that libpq is a bit problematic static linking wise anyway; see #81. |
Do you mean |
Here it is
|
ah you are failing to link. sorry, i thought you got that error from the run stage of an executable compiled with musl. then it's hard to know. i haven't actually updated the libpq stuff in a while. some things to verify:
|
Thanks, your second point seems to have fixed it!
to every crate and every src/bin binary target. |
I cannot share the code unfortunately.
I tried
cargo run --bins --release
in my project. For 3 binary targets, it generated these errors (removed unnecessary note about the entireld
command):Edit: I also get this
Do you have an idea what could be wrong from these errors? If you require more information, I will try to answer.
The text was updated successfully, but these errors were encountered: