我刚刚在我的 Mac 上安装了 Rust 并rustc --version --verbose
显示
rustc 1.0.0-nightly (91bdf23f5 2015-03-09) (built 2015-03-08)
binary: rustc
commit-hash: 91bdf23f504f79ed59617cde3dfebd3d5e39a476
commit-date: 2015-03-09
build-date: 2015-03-08
host: x86_64-apple-darwin
release: 1.0.0-nightly
我克隆了几个存储库(postgres-extension和erlang-rust-nif)并cargo build
在它们两个上运行。两人都报错
error: could not exec the linker `cc`: No such file or directory (os error 2)
error: aborting due to previous error
此外,我无法"hello world"
使用 rustc 编译简单的 Rust 文件打印。我只能通过传递 flags 来编译它们rustc -C linker=gcc hello_world.rs
。
clang --version
显示
clang version 3.4.2 (http://llvm.org/git/llvm.git 5c6aa738fb3325ae499454877f1e2926d2368135)
Target: x86_64-apple-darwin12.2.1
Thread model: posix
gcc --version
显示
gcc (Homebrew gcc49 4.9.2_1) 4.9.2