Good Day Alex and everyone, > It seems the gccgo package does not come with the gccgo binary. Is there > something I am missing here? I am installing the output 'out'.
For gccgo-4.x and older releases there is no "go command". Gccgo 4.x and older are library implementations of the various versions of the "The Go Programming Language Specification". However as of gccgo 5.x this has changed. For gccgo 5.x the "gccgo" command serves as a CLI interface to the library. I hope this clarifies things, also see the links below for more information. References: Setting up and using gccgo - The Go Programming Language https://golang.org/doc/install/gccgo#Using_gccgo Gccgo in GCC 4.7.1 - The Go Blog https://blog.golang.org/gccgo-in-gcc-471 The Go Programming Language Specification - The Go Programming Language https://golang.org/ref/spec Sincerely, ---- Matthew Jordan