gh-127604: ensure -ldl is passed only once to the linker - #133071
Conversation
vstinner
left a comment
There was a problem hiding this comment.
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