-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Inconsistencies with dnf/apt install gcc #1040
Comments
It depends on what problem you're having. If it's a problem with the environment construction, then this is the correct repo. If it's a problem with the It might specifically be an issue with the You could try running your makefile (or whatever) with |
The errors, were during compilation of python package during a pip install. I think the ubuntu issue was, the build system couldn't find and the fedora issue was a missing standard header
it's possible what you suggest might work, but I'm not sure compilation during pip install uses CC or CXX |
This is probably a deeper problem with how we add the gcc headers to the env. |
yes, we don't add the system-target binaries to the |
Hi
I've been testing out pkgx recently to see if I can use it to replace usage of dnf or apt across different linux distros.
I've run into two separate issues when trying to use gcc on fedora and ubuntu.
Such that, compilation works when I dnf or apt install gcc, and does not when I
pkgx install gcc
Is this something that I should report here or elsewhere?
Thanks
The text was updated successfully, but these errors were encountered: