Re: [go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread Ian Lance Taylor
On Mon, Jun 3, 2019 at 1:59 PM anthony Place wrote: > > there is a 100 or so containing gccgo; '.go','.a','.c', batch and '.html' but > no executable (other than the batch files) > > i was previously hopeful about one called 'gccgo_install.html', but it was > about compilation and then assumed t

Re: [go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread anthony Place
there is a 100 or so containing gccgo; '.go','.a','.c', batch and '.html' but no executable (other than the batch files) i was previously hopeful about one called 'gccgo_install.html', but it was about compilation and then assumed the executable existed. it seems something was not set to make t

Re: [go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread Ian Lance Taylor
On Mon, Jun 3, 2019 at 12:54 PM anthony Place wrote: > > > What does "which gccgo" print? > > which: no gccgo in (/sbin:/bin:/usr/sbin:/usr/bin:/snap/bin) > > i was wondering if i had to add something to the path, or that it wasn't > being packaged, but.. > > * gcc doc says go supported. Yes, Go

Re: [go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread anthony Place
> What does "which gccgo" print? which: no gccgo in (/sbin:/bin:/usr/sbin:/usr/bin:/snap/bin) i was wondering if i had to add something to the path, or that it wasn't being packaged, but.. * gcc doc says go supported. * if i search the fs for gccgo i get all sorts of hits. -- You receive

Re: [go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread Ian Lance Taylor
On Mon, Jun 3, 2019 at 8:48 AM anthony Place wrote: > > i hoped adding -compiler gccgo to go build would just work but... > > > gccgo: exec: "gccgo": executable file not found in $PATH > > i have gcc (8.3) repo. package (solus 5) installed and the docs with it say > it supports go, and there does

[go-nuts] [help] trying to use gccgo but missing something

2019-06-03 Thread anthony Place
i hoped adding -compiler gccgo to go build would just work but... > gccgo: exec: "gccgo": executable file not found in $PATH i have gcc (8.3) repo. package (solus 5) installed and the docs with it say it supports go, and there doesn't seem to be anything else about gccgo in the repo. so not rea