gpt4 book ai didi

c - 如何将 .so 文件链接到 .so 文件

转载 作者:太空狗 更新时间:2023-10-29 11:09:53 27 4
gpt4 key购买 nike

我正在用 C 代码创建一个 .so 文件。我需要将其他一些 .so 文件链接到正在创建的 .so 文件。怎么做?

我试过这个 -L{path to file containing library} -l${library name} 对吗?

最佳答案

如果您的库文件名为 /path/to/libfile.so,那么通常您需要为链接器指定以下参数:

-L/path/to -lfile

请注意,我们只包含 -L 中的目录,并省略了 中的 lib 前缀和 .so 后缀-l.

关于c - 如何将 .so 文件链接到 .so 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13892328/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com