Hello目前我尝试使用pkg-config为golang设置-rpath
,但我总是得到以下内容:
ld: -rpath can only be used when creating a dynamic final linked image
clang: error: linker command failed with exit code 1 (use -v to see invocation)
有没有办法解决它?
我尝试将LDFLAGS与-Wl,rpath一起使用,并且我的pkg-config和-rpath都失败并出现相同的错误。
我也偶然发现了github:https://github.com/golang/go/issues/7293 这意味着它应该有用吗?