我正在运行 Mac OS X 10.6 并想安装适用于 Mac OS X 10.7+ 的 TextMate 2。但它所需要的只是更新版本的 clang (LLVM),它包含在 Lion 和 Mountain Lion 中。我在这里之前读过我可以用 MacPorts 做到这一点。所以我使用port install clang
MacPorts 并更新到 clang-2.9,然后是 clang-3.2,最后是 clang-3.3。我想,它现在更新了,我检查了版本:clang --version
. 而且它没有更新:
Apple clang version 2.0 (tags/Apple/clang-139) (based on LLVM 2.9svn)
Target: x86_64-apple-darwin10
Thread model: posix
So I copied the new clang file in this path (
/opt/local/libexec/llvm-3.3/bin ) to
/usr/bin`。但现在有一个失败:(:
dyld: Library not loaded: @executable_path/../lib/libLLVM-3.3svn.dylib
Referenced from: /usr/bin/clang
Reason: image not found Trace/BPT trap
libLLVM-3.3svn.dylib
位于/opt/local/libexec/llvm-3.3/lib
。_ 我现在能做什么,它运行 clang-3.3?对不起,我的英语不完美;)谢谢!