-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-127604: ensure -ldl
is passed only once to the linker
#133071
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
In the current main branch, make
shows me many lines starting with gcc -ldl -ldl -ldl -ldl -ldl -ldl
. Ooops :-)
With this change, I get gcc -ldl
which seems better.
This looks like it's addressed the 6x |
Ah... Why is life so hard. I'm no more on my dev session and I'll be busy this afternoon. Is it possible for someone to fix this as well? An alternate fix is to not pass I'm very sorry that I failed to fix the libffi part :( |
faulthandler
#127604