gpt4 book ai didi

go - 我可以在 Solaris 5.10 上使用 golang 吗?

转载 作者:IT王子 更新时间:2023-10-29 01:41:43 37 4
gpt4 key购买 nike

我正在尝试在 Solaris 5.10 i86c (x86 + x86_64) 上使用 golang 但我找不到为 Solaris.

此外,我希望它为 Filebeat 创建一个在 Solaris 5.10 系统中运行的二进制文件。 Filebeat (amd64) 的实际版本不适用于我的 Solaris 发行版。

谁能指导我一下?

最佳答案

Go 在 amd64 上支持 Solaris 11,但不支持 sparc。要为 sparc 构建,您需要使用 gccgo。

要为 Solaris/amd64 构建纯 Go 项目,您可以使用:

$ GOOS=solaris GOARCH=amd64 go build

查看此答案 https://stackoverflow.com/a/37419289/503798有关 Solaris 上的 Filebeat 的更多信息(它包含指向 amd64 上的 solaris 11 的 Filebeat 二进制文件的链接)。

关于go - 我可以在 Solaris 5.10 上使用 golang 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42000525/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com