ubuntu x86_64 编译Go1.4.3失败:
net/rpc
net/rpc/jsonrpc
# cmd/pprof
/home/user/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic?
/home/user/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation type 42; compiled without -fpic?
runtime/cgo(.text): unexpected relocation type 298
runtime/cgo(.text): unexpected relocation type 298
# cmd/go
/home/user/go/pkg/linux_amd64/runtime/cgo.a(_all.o): unknown relocation

在Ubuntu x86_64环境下编译Go1.4.3时遇到错误'unknown relocation type 42'。为解决此问题,可以通过禁用cgo环境变量来编译。参考GitHub上的issue #18156,可选择使用release-branch.go1.4的最新发行版或者下载特定的bootstrap包进行编译。
最低0.47元/天 解锁文章
523

被折叠的 条评论
为什么被折叠?



