On Thu, 20 May 2021 07:05:22 -0700 (PDT)
Aaron Epstein <
slugge...@gmail.com> wrote:
> Removing gcc 4.1.2 from PATH so it picked up 4.9.4 which resolved
> this issue.
>
> Still would be good to know if it is possible to know which gcc go is
> using...
>
As addition to Manlio reply, for more information about using cgo
https://golang.org/cmd/cgo/
Snip from,
"... The default C and C++ compilers may be changed by the CC and CXX
environment variables, respectively; those environment variables may
include command line options."