-
Notifications
You must be signed in to change notification settings - Fork 219
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
tk/tckl pkg-config broken on manylinux2014 #1718
Comments
These should be private to the cpython builds of manylinux2014. I'll check if/how I can remove all of this from /usr/local. |
Heh, don't hide it too much, I use it on PyPy :). FWIW, I fixed this by removing the missing stub static libs from the pkgconfig config file. Would you like a PR?
|
If this is fixed for now on your end, I guess it can wait for the merge of manylinux_2_34 at the end of the week. Almost all scripts are being reworked so I'd rather have this one included in the existing PR. |
Ahh, cool 097ccb7 fixes this. Closing. |
PR #1365 added support for tk/tcl 8.6, and removes the static stub libraries. But using pkg-config still has the stub libraries in the link command
I am not sure how the cpython build works around this. I ran into this when I tried to use the pkg-config command to build tkinter for PyPy.
The text was updated successfully, but these errors were encountered: