the docs at 
https://golang.org/doc/install/gccgo
seem to mention how to use packages for your own code, but dont mention how 
to use third party packages.

In other words, in situations where you would normally do

go get github.org/blah/somepackage


What should you do for gccgo, once you have downloaded/cloned somepackage ?

Of particular interest is, for example, the gccgo equivalent of

  go get golang.org/x/net

What would be best practices for that?
Seems like the tools are either undocumented, or just plain missing


also:
one would think that

go build -compiler gccgo -buildmode=archive

would appear to be the right tool.
But it doenst work on my platform.
So I need other suggestions.


-- 
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