MacBook Air (OS X Mavericks (10.9) を実行) にGforthをインストールしようとしていますが、次のエラーが発生します。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++ を使用して再インストールできますか?それとも、より抜本的な対策を講じる必要がありますか?