在 OSX 上安装 Go 时出现 Ld 错误

我尝试从源代码构建 Go 1.2,但无法再运行了。它昨天有效,但现在 ld 总是失败。我尝试重新安装 Xcode 命令行工具。这是我的终端输出:


$ hg update go1.2

$ cd src

$ ./all.bash

# Building C bootstrap tool.

cmd/dist

ld: can't write output file: cmd/dist/dist for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

我正在运行 OSX 10.9.1。


此错误显示可能发生了什么?(昨天有效,我只是玩弄自制软件)


除了重新安装 OSX 我还能做什么?


holdtom
浏览 221回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go