Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
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 withgcc -ldl -ldl -ldl -ldl -ldl -ldl
. Ooops :-)
With this change, I getgcc -ldl
which seems better.
af3f6fc
intopython:mainUh oh!
There was an error while loading.Please reload this page.
This looks like it's addressed the 6x |
picnixz commentedApr 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 :( |
Uh oh!
There was an error while loading.Please reload this page.
faulthandler
#127604