在 OS X 10.11 上安装 node.js
Install node.js on OS X 10.11
我已经更新到El Captain了。我正在尝试使用自制软件安装 Node.js 并出现错误:
==> ./configure --prefix=/usr/local/Cellar/node/0.12.7 --without-npm --without-ssl2 --without-ssl3
==> make install
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我有一组问题:
- 这个问题是El Captain特有的吗?
- 这个问题是否与系统库版本不同有关?
- 过段时间问题会消失吗,公式什么时候更新?
- 我现在可以自己修改公式安装Node.js吗?
安装 XCode 7 beta 解决了问题。
我已经更新到El Captain了。我正在尝试使用自制软件安装 Node.js 并出现错误:
==> ./configure --prefix=/usr/local/Cellar/node/0.12.7 --without-npm --without-ssl2 --without-ssl3
==> make install
ld: library not found for -lgcc_s.10.5
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我有一组问题:
- 这个问题是El Captain特有的吗?
- 这个问题是否与系统库版本不同有关?
- 过段时间问题会消失吗,公式什么时候更新?
- 我现在可以自己修改公式安装Node.js吗?
安装 XCode 7 beta 解决了问题。