Gernot Vormayr
Gernot Vormayr
Ah you managed to hit an untested path. So far I only tested with something that uses network functions which includes cgo if not explicitly asked not to do that......
Hrmpf I investigated a lot only to discover, that I misread your bugreport. CGO_ENABLED=1 doesn't work here if there is no cgo used in the rest of the program... CGO_ENABLED=0...
Thanks for this example - with this I could reproduce it. `ldd` output is correct (with `nocgo` the executable must be dynamic since `libdl.so` is required). Looks like the problem...
@iamacarpet can you try with latest master? Should work now.