码迷,mamicode.com
首页 > 系统相关 > 详细

[mac]brew install nginx,出现编译错误怎么办?

时间:2014-12-27 13:57:23      阅读:400      评论:0      收藏:0      [点我收藏+]

标签:brew   nginx   clang   error   

错误如下:

==> Downloading http://nginx.org/download/nginx-1.6.2.tar.gz

Already downloaded: /Library/Caches/Homebrew/nginx-1.6.2.tar.gz
==> ./configure --prefix=/usr/local/Cellar/nginx/1.6.2 --with-http_ssl_module --with-pcre --with-ipv6 --sbin-path=/usr/local/Cel
 + Darwin 14.0.0 x86_64
checking for C compiler ... not found

./configure: error: C compiler clang is not found


google了一番,有一篇文章提到,这是由于xcode没有安装command line tools导致的,但是,我在另外一台机器上同样用homebrew装nginx就没有问题, 检查了一下两边的xcode版本,发现6.0.1有问题,最新的6.1.1是OK的,于是升级了一下xcode,重新跑brew install nginx, 就OK了



[mac]brew install nginx,出现编译错误怎么办?

标签:brew   nginx   clang   error   

原文地址:http://blog.csdn.net/u012973744/article/details/42192239

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!