草庐IT

c++ - Bluegene 系统是否支持 ltdl 或任何其他类型的 dlopen() 支持?

所以我有一些使用dlopen加载库的代码,我希望它在bluegene系统上工作,但我没有bluegene来测试东西,我已经从未直接与任何人合作过。bluegene是支持ltdl.h,还是用别的东西?如果是,它有什么用? 最佳答案 BlueGene/L不支持库的动态链接或加载。这在redbook中有解释。在第5章中。AlthoughBlueGene/LusestheIBMXLcompilers,therearedifferenceswithrespecttoallotherIBMservers.Inparticular,intheca

go - ltdl.h 构建链代码时未发现错误

我正在尝试使用gobuild构建链代码。当我运行Gobuild命令时,它的报告.\hyperledger\fabric\vendor\github.com\miekg\pkcs11\pkcs11.g‌​o:29:18:fatalerror:ltdl.h:Nosuchfileordirectorycompilationterminated我从这个link安装了libtools.但是我得到了同样的错误 最佳答案 它在ubuntu上对我有用:sudoaptinstalllibltdl-dev