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 am following the Book in the Getting Started chapter, try my first rustc and get the error:
error: could not exec the linker cc: No such file or directory (os error 2)
The manual should at least mention the need for a C compiler (or at least a linker) as a dependency if you are using rustup.sh to install the binaries.
The text was updated successfully, but these errors were encountered:
I am following the Book in the Getting Started chapter, try my first rustc and get the error:
The manual should at least mention the need for a C compiler (or at least a linker) as a dependency if you are using rustup.sh to install the binaries.
The text was updated successfully, but these errors were encountered: