且构网

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

你如何链接到 GCC ***享库的特定版本

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

你可以在链接器命令行上传递实际的 .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.