Re: [go-nuts] import/link problems with gccgo

2017-03-20 Thread Richard D'Addio
or > wrote: > > On Mon, Mar 20, 2017 at 4:17 PM, Richard D'Addio > wrote: > >> With gccgo I get the following error the same builds fine with gc: > >> > >> //with native > >> > >> > /home/rdaddio/mynewclient/clone_gobotics

Re: [go-nuts] import/link problems with gccgo

2017-03-20 Thread Richard D'Addio
ap' return errwrap.Wrapf(format, err) On Monday, March 20, 2017 at 6:53:53 PM UTC-4, Ian Lance Taylor wrote: > > On Mon, Mar 20, 2017 at 3:40 PM, Richard D'Addio > wrote: > > Sorry in advance if this is the wrong list for this. > > > > > >

[go-nuts] import/link problems with gccgo

2017-03-20 Thread Richard D'Addio
Sorry in advance if this is the wrong list for this. I can build the gobot.io code below with the golang v1.8 and the standard compiler: go version go1.8 linux/amd64 go build -work -x hello_blink.go But when I try to build with the GCC option in the same scenario it fails. I am using GCC