doucu7330 2014-01-09 05:00
浏览 81
已采纳

在OSX上Go安装期间出现Ld错误

I try to build Go 1.2 from source but can't get it to work anymore. It worked yesterday but now ld always fails. I tried to reinstall Xcode command line tools. This is my Terminal output:

$ 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)

I am running OSX 10.9.1.

What could have happened that this error shows? (It worked yesterday, I just played around with homebrew)

What else can I do BESIDES reinstalling OSX?

  • 写回答

1条回答 默认 最新

  • duanhuan6857 2014-01-09 05:30
    关注

    Thanks to the comment of Volker I reapplied the correct permissions to the go folder. I didn't finde a specific folder that had the false permissions but resetting them for the whole go folder fixed it.

    I did not think this would be an issue because I installed go in my home folder.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部