On Fri, Jun 23, 2017 at 2:09 PM,  <jkle...@ucdavis.edu> wrote:
>
> Hi, I'm trying to wrap a c++ library with swig to be called by Go.
>
> I've gotten "go build" to run up to the point to where I get the error:
> g++-4.8: error: unrecognized command line option '-no-pie'
>
> The library I'm using is only supported up to g++ 4.8. Is there any way
> around this command?

Which version of Go are you using?  You may be running into
https://golang.org/issue/15900 or something along those lines.

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.

Reply via email to