【发布时间】:2012-08-15 22:00:10
【问题描述】:
我将我的 mac 更新为山狮。现在,当我尝试安装 ruby rvm install 1.9.3 时出现此错误
linking shared-object tcltklib.bundle
ld: in /usr/local/lib/libbz2.1.0.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64) for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [../../.ext/x86_64-darwin12.0.0/tcltklib.bundle] Error 1
make[1]: *** [ext/tk/all] Error 2
make: *** [build-ext] Error 2
如何更新 libbz2 以正确架构?
【问题讨论】:
标签: ruby rvm osx-mountain-lion