-
Notifications
You must be signed in to change notification settings - Fork 5
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
Unable to find libm.so with GNU ld script #17
Comments
Resolve GNU ld scripts with additional checks for UNIX-like systems (fixes vtjnash#17).
Resolve GNU ld scripts with additional checks for UNIX-like systems (fixes vtjnash#17).
I am also fairly reluctant to support this, for the same reasons that sourceware.org bug was marked INVALID. The file libm.so is not a legal name for |
My intention to get "ld script resolving" is that |
Looks like the correct name of that library on glibc-based platforms is typically |
Resolve GNU ld scripts with additional checks for UNIX-like systems (fixes vtjnash#17).
On Debian Sid with libc6:amd64 2.33-7, libm.so is a GNU ld script just like the following. With this,
libwhich libm.so
doesn't find the actual libm binary.But, does find it when I append
.6
.The text was updated successfully, but these errors were encountered: