You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I returned to building rust programs on Fedora 35, ran rustup update, and re-read Getting started. I ran straight into error: linker cc not found. If you Google this seems to be an extremely common problem, you need to install gcc, or build-essentials, or whatever (I must have uninstalled the linker in the interim.) But there is no mention of this in the official docs.
What needs to be fixed?
I returned to building rust programs on Fedora 35, ran
rustup update
, and re-read Getting started. I ran straight intoerror: linker
ccnot found
. If you Google this seems to be an extremely common problem, you need to install gcc, or build-essentials, or whatever (I must have uninstalled the linker in the interim.) But there is no mention of this in the official docs.Page(s) Affected
https://www.rust-lang.org/learn/get-started
https://www.rust-lang.org/tools/install
Suggested Improvement
Something like:
On Fedora, I think the minimal install is
sudo dnf install gcc
.The text was updated successfully, but these errors were encountered: