On Thu, May 20, 2021 at 6:46 AM Aaron Epstein <sluggeraa...@gmail.com> wrote:
>
> gcc
>
> Is there a way to see which version go is picking up? I have both 4.9.4 and 
> 4.1.2. I suspect it is picking up 4.1.2 and this is the cause, but is there a 
> way to tell?

With bash on Unix systems, run

$(go env CC) --version

GCC 4.1.2 came out in 2007.  I guess we no longer support it.  I think
that's OK.

GCC 4.9.4 came out in 2016.

The most recent GCC release is 11.1.

Ian

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcUjtq%2B5%2Bsgo2M6MW7_MDfcZvguHhTXbCWQYLLVJatF0xw%40mail.gmail.com.

Reply via email to