salp
salp copied to clipboard
USDT probes in Golang on Linux
If I see the environment variables CGO_CFLAGS, CGO_LDFLAGS, and LD_LIBRARY_PATH then my program will NOT compile. I get the following error: /usr/local/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /home/opc/libstapsdt/out/libstapsdt.a(libstapsdt.o): In...
It's a fine library and all but it's an impediment to development and deployment. I'd like to get the dependencies down to just libdl (for dlopen, which is probably unavoidable)
I'm not interested in instrumenting on OS X but compiling would be good.