Linking will only be performed if the package you go get'd is a main 
package.

For example

go get golang.org/x/tools

Will get the tools repo, but will not build any commands because the 
commands are in the path

go get golang.org/x/tools/cmd/...

What is the full command you ran, and what is the full output you received?

Thanks

Dave


On Sunday, 1 October 2017 04:16:58 UTC, Hallgeir Holien wrote:
>
> My Go environment(on Ubuntu 16.04 and several versions of go, including 
> 1.9) no longer builds the executable. 
> I have previously been able to run go get and go install to build 
> executables to the bin folder using go1.8.3.
> Now, for some reason I do not get any executables.
> After this happened I installed gvm to try using other go versions. All 
> behave similar.
> I have used 'git get -x -a' to inspect the actions performed and see that 
> all compile steps are run ok, so I get the .a files ok.
> However I can not see that any link actions are called. The last action 
> listed is a mv on an .a file.
> Any ideas on how to fix this?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to