我正在尝试在我的Gforth上安装MacBook Air(运行OS X Mavericks(10.9)),但是brew install gforth
会产生以下错误:
Error: gforth dependency libffi was built with the following
C++ standard library: libstdc++ (from clang)
This is incompatible with the standard library being used
to build gforth: libc++ (from clang)
Please reinstall libffi using a compatible compiler.
我知道 问题是什么(libffi是使用较早版本的C ++标准库构建的),但我不确定如何使用Homebrew解决此问题。我可以卸载libffi并通过Homebrew用libc ++重新安装它,还是需要采取更激烈的措施?