【发布时间】:2017-09-16 19:51:04
【问题描述】:
我正在尝试安装 ruby gem - therubyracer,但出现以下错误 -
make "DESTDIR="
compiling accessor.cc
make: /usr/local/opt/apple-gcc42/bin/g++-4.2: No such file or directory
make: *** [accessor.o] Error 1
知道如何解决这个问题吗?
OSX 10.12.4 Xcode 8.3.2 我已经为 xode 安装了命令行工具
【问题讨论】:
-
g++ -v的输出是什么? -
我已经理解并解决了这个问题。作为答案发布。
标签: xcode macos gcc makefile g++