Re: [libvirt-users] Golang libvirt bindings problem

2019-01-09 Thread Daniel P . Berrangé
On Thu, Jan 03, 2019 at 01:37:51AM +, Branimir Pejakovic wrote: > Hello everybody! > > First, allow me to wish you all a Happy New year! > > I have a problem with a small app that I wrote in Go and which uses libvirt > go bindings. Actually, the problem exists only when I want to compile the

[libvirt-users] Golang libvirt bindings problem

2019-01-02 Thread Branimir Pejakovic
Hello everybody! First, allow me to wish you all a Happy New year! I have a problem with a small app that I wrote in Go and which uses libvirt go bindings. Actually, the problem exists only when I want to compile the code statically. Basically, when CGO_ENABLED=0 is exported, go (running go test,