Re: [go-nuts] app not compiling

2019-08-09 Thread Ian Lance Taylor
On Fri, Aug 9, 2019 at 7:38 AM wrote: > > can someone explain this message that I've gotten recently after installing > "go version go1.12.7 linux/amd64" in a new computer and compiling an > application named xorto: > > # xorto > 2019/08/09 09:14:58 readSym out of sync > > The same applicatio

Re: [go-nuts] app not compiling

2019-08-09 Thread Kurtis Rader
Insufficient information. What is "xorto"? What packages does it import? Googling "readsym out of sync" turns up a few mentions such https://github.com/golang/go/blob/master/src/cmd/link/internal/objfile/objfile.go On Fri, Aug 9, 2019 at 7:38 AM wrote: > Hi: > > can someone explain this mess

[go-nuts] app not compiling

2019-08-09 Thread gato . pardo
Hi: can someone explain this message that I've gotten recently after installing "go version go1.12.7 linux/amd64" in a new computer and compiling an application named xorto: # xorto 2019/08/09 09:14:58 readSym out of sync The same application compiles and runs well in the same environemen