Ian Lance Taylor writes:
 > [...]
 > OK, that is true.  Since your program will be using cgo, even though
 > you aren't calling any C functions, it will be dynamically linked by
 > default.  You could try using "go build -ldflags=-extldflags=-static".
 > I don't know whether it will work.
 > 

To close the loop on this, using 

```
go build -ldflags=-extldflags=-static
```

does work, at least for the simple demo we've been discussing.

Onward!

Thanks again,

g.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/23914.43161.264587.614979%40alice.local.

Reply via email to