OSX Golang静态编译,并安装gccgo

时间:2017-01-20 14:14:27

标签: macos go static-linking gccgo

概述我的最终目标。我想编译一个go应​​用程序,静态链接到QT5。我已经静态编译了QT5。现在我需要编译我的Go程序。

据我所知,我必须使用gccgo而不是gc编译器。细

首先我必须安装gccgo编译器,它是在配置中启用go语言的gcc。

我已经遵循了这个:https://golang.org/doc/install/gccgo

和这个分开:https://solarianprogrammer.com/2016/05/10/compiling-gcc-6-mac-os-x/

看看我是否可以使用更新版本的GCC。但是在这两种情况下我都会收到:

checking for isl 0.16, 0.15, or deprecated 0.14... yes
checking for isl 0.16 or 0.15... yes
configure: error:
The following requested languages could not be built: go
Supported languages are: c,c,c++,fortran,jit,lto,objc,obj-c++

我在configuremake

之前运行make install

显然GCC并不知道Go,即使Go文档说这是怎么做的?

任何人都有可靠的来源吗?

0 个答案:

没有答案