Re: [go-nuts] Fatal error : on running go vet cmd

2022-01-13 Thread Roland Müller
Hello Am Mi., 12. Jan. 2022 um 23:19 Uhr schrieb Ian Lance Taylor : > On Wed, Jan 12, 2022 at 1:17 PM Tejas Gowda > wrote: > > > > I am using linux enviorment, installed go 1.6 > In Fedora 34 there must be glibc-headers-x86 installed to get C headers. However, if gcc is installed by package ma

Re: [go-nuts] Fatal error : on running go vet cmd

2022-01-12 Thread Ian Lance Taylor
On Wed, Jan 12, 2022 at 1:17 PM Tejas Gowda wrote: > > I am using linux enviorment, installed go 1.6 1.16 rather than 1.6, I hope. What Linux distro? Ian > On Thursday, January 13, 2022 at 2:29:00 AM UTC+5:30 Ian Lance Taylor wrote: >> >> On Wed, Jan 12, 2022 at 10:58 AM Tejas Gowda wrote: >>

Re: [go-nuts] Fatal error : on running go vet cmd

2022-01-12 Thread Tejas Gowda
I am using linux enviorment, installed go 1.6 On Thursday, January 13, 2022 at 2:29:00 AM UTC+5:30 Ian Lance Taylor wrote: > On Wed, Jan 12, 2022 at 10:58 AM Tejas Gowda wrote: > > > > # runtime/cgo > > _cgo_export.c:3:20: fatal error: stdlib.h: No such file or directory > > #include > > ^ > >

Re: [go-nuts] Fatal error : on running go vet cmd

2022-01-12 Thread Ian Lance Taylor
On Wed, Jan 12, 2022 at 10:58 AM Tejas Gowda wrote: > > # runtime/cgo > _cgo_export.c:3:20: fatal error: stdlib.h: No such file or directory > #include > ^ > compilation terminated. That looks like you have a C compiler installed but no C library installed. Hard to say more

[go-nuts] Fatal error : on running go vet cmd

2022-01-12 Thread Tejas Gowda
# runtime/cgo _cgo_export.c:3:20: fatal error: stdlib.h: No such file or directory #include ^ compilation terminated. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails f