且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何链接到 GCC 中特定版本的共享库

更新时间:2023-10-22 23:26:28

您可以在链接器命令行上传递实际的 .so 文件而不是 -l,它应该可以做您想做的事情.

You can pass the actual .so file instead of -l on the linker command line, and it ought to do what you want.