valgrind: whose name matches the pattern: strcmpvalgrind: was not found whilst processing
valgrind: symbols from the object with soname: ld-linux-armhf.so(2, longer term): ask the package
让我们用linux术语来讨论它。我有一个".so“文件。我想让可执行文件依赖于它,在相同的目录中查找它。你是如何通过qmake来实现的?或者这只能通过使用QLibrary来实现?例如,当你有一个".so“文件并想在你的项目中使用它时,在qmake中你可以这样写:
LIBS += -L"path to the folder that contains your .so" -lSoName但是<em
我使用带有选项-linkall的"ocamlopt“本机编译器在NixOS (x86_64)中创建了可执行文件”独立的x86_64“。生成的程序在NixOS中执行。到目前一切尚好Linux lubuntu 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86