Re: [go-nuts] Problems compiling gollvm macos

2020-06-19 Thread Guido Chari
Hi Than, Thanks a lot for the prompt response. I create an ubuntu docker container, running gcc 9.3 and, I face exactly the same issue. That is also documented here: https://github.com/golang/go/issues/38728, and closed. Cheers, Guido. El viernes, 19 de junio de 2020, 15:23:51 (UTC-3), Than M

Re: [go-nuts] Problems compiling gollvm macos

2020-06-19 Thread 'Than McIntosh' via golang-nuts
Hello, Gollvm is not support for MacOS at the moment-- the runtime (shared with gccgo) doesn't target MacOS. Cheers, Than On Fri, Jun 19, 2020 at 2:19 PM Guido Chari wrote: > Hi, > > I am having problems to compile gollvm. > I am following the instructions in https://go.googlesource.com/gollvm/