Jan Mercl writes:
On Wed, Jan 30, 2013 at 1:49 PM, wrote:
I'm the sysadmin
I cannot see which libraries are
linked into a specific go binary.
ldd /path-to-specific-go/binary ?I'm the sysadmin
I cannot see which libraries are
linked into a specific go binary.
could fit the bill:
http://code.google.com/p/go/source/browse/src/pkg/go/types/gcimporter.go#109
(I used something like that for go-eval and igo -- which need to be
updated for the new go/types-go1.1...)
-s