[go-nuts] Re: Help! Can't get cgo to work

2016-11-18 Thread hhzguo
I ran into the same problem. in one of my go file, I have: //#cgo CFLAGS: -I/usr/include/libnl3 /* #include However, when I try to build, I got the following error: ( I have libnl-3-dev, libnl-genl-3-dev installed and the netlink/netlink.h file is at /usr/include/libnl3/ directory. netlink

Re: [go-nuts] where is my lib? cgo and c libraries

2016-11-18 Thread hhzguo
"Go means to make life easier, however, it goes other direction. On Saturday, April 6, 2013 at 10:43:01 AM UTC-7, Peter Kleiweg wrote: > > Op zaterdag 6 april 2013 15:52:05 UTC+2 schreef Ian Lance Taylor het > volgende: > > Now that we use external linking, this is going to be pushed into the >>