Closed
Description
From what I understand, Rust executes cc
for linking programs. However, the book doesn't mention that a C compiler needs to be installed before installing Rust, resulting in a confusing error along these lines when one attempts to compile a Rust program:
error: could not exec the linker `cc`: No such file or directory (os error 2)