On Thu, Jul 30, 2015 at 7:16 AM, David Leimbach <
lei...@gmail.com> wrote:
>
> I am unsure what I'm doing wrong at this point.
>
> I can cross-build on go1.4.2 from Linux to FreeBSD ok. Also on 1.4.2 I can
> cross-build for linux/arm (raspberry pi).
>
> But in this beta I get weird messages about environment variables that were
> never set
> "go install: cannot install cross-compiled binaries when GOBIN is set:
>
> GOBIN is not set.
https://golang.org/issue/11778
> Also, is buildmode=shared not supported for anything but linux? That's a
> complete showstopper for me (we've got a ridiculously tight image to put
> things on by today's standards on some of our platforms)
In this release -buildmode=shared is only supported on amd64 GNU/Linux
(if you can use gccgo it should work for most platforms). It would be
great to have people work on extending the support, but that work
won't go into this release.
Ian