On Sun, Jun 25, 2017 at 9:34 PM, <jkle...@ucdavis.edu> wrote: > Thanks, my gcc and g++ versions were indeed different. I've set them both to > 4.8 now and the -no-pie error has gone away. > > I'm seeing warnings from "go build" command regarding syntax in the c++ > library - if they are just warnings, would go install continue with placing > output files in the $GOBIN folder? (I don't see any files in my $GOBIN > folder)
Warnings shouldn't affect the build. Note that `go build` doesn't put anything in $GOBIN, but `go install` should put main packages there. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.