-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
linking with CC failed #316
Comments
I think it's coming from one of the dependencies which somehow might need the gcc compiler (this is just a wild guess). Which platform are you on? That would greatly reduce the number of dependencies to check. Once we find it, we can either try to fix this dependency or simply remove it. :) |
I'm on (Arch) linux. |
And where is "cc" used in your Cargo.lock file? |
|
That's weird, I don't have the |
|
As you can see, |
FYI: sysinfo is the crate to blame here, but it has nothing to do with the cc crate. It seems to be a rustc bug, when enabling |
Oh I see. Thanks for telling me and let's hope it'll get fixed upstream quickly! |
This happended when I tried to install bottom, by using
cargo install bottom
.The text was updated successfully, but these errors were encountered: