Mac OS X 10.9,安装cmake时在此系统上找不到合适的C编译器

时间:2013-07-27 14:02:12

标签: linux macos gcc cmake osx-mavericks

我正在尝试在MAC OS X 10.9中安装cmake,并在下面获取错误日志:

Error when bootstrapping CMake:
Cannot find appropriate C compiler on this system.
Please specify one using environment variable CC.
See cmake_bootstrap.log for compilers attempted.

但我在我的操作系统中安装了gcc:

localhost:cmake-2.8.11.2 markyoung$ gcc --help
Usage: i686-apple-darwin11-llvm-gcc-4.2 [options] file...
Options:
  -pass-exit-codes         Exit with highest error code from a phase
  --help                   Display this information
  --target-help            Display target specific command line options
...

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

如果您可以选择homebrew,请使用{{3}}。之后:

brew install cmake

为我工作。警告:我之前已经通过brew install gcc48安装了gcc-4.8。