我无法让自制软件在 Lion 上工作。出于某种原因,它使用的是 clang 而不是 gcc。
==> Upgrading gnutls
...
checking for gcc...
/usr/bin/clang checking whether the C compiler works... no
“酿造医生” 说:
We couldn't detect gcc 4.2.x. Some formulae require this compiler. NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x.
注意:我已经从 XCode 安装了命令行工具,包括 gcc。
$ which gcc
/usr/bin/gcc
$ gcc -v
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
如何强制 brew 使用 gcc?