Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要多个共享库的二进制文件。我想在没有附加文件的情况下分发它。有没有办法只使用二进制文件和库来静态链接它?
不,没有办法将动态链接某些库的程序转换为静态链接它们的程序。
但你为什么要问?你不能LD_LIBRARY_PATH在运行二进制文件之前发布一个适当设置的 shell 包装器吗?
LD_LIBRARY_PATH