在 Linux 上使用 makefile 为复杂项目构建动态库

发布于 2024-10-24 19:23:16 字数 133 浏览 4 评论 0原文

我正在尝试在具有不同模块的 Linux 上构建一个共享库,并且由于源文件分布在不同的子目录中,因此我无法弄清楚如何创建脚本和 makefile 来将整个项目编译为单个动态共享库模块依赖于其他模块。

有人可以给我任何示例或教程来帮助我吗?

I'm trying to build a shared library on Linux having different modules, and since source files are spreded in different sub directories, I am having trouble figuring out how to create scripts and makefiles to compile the whole project as a single Dynamic shared Library with modules depending on other modules.

Could anyone please give me any examples or tutorials to help me ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱不及久伴 2024-10-31 19:23:16

我总是发现这篇文章很有用:

和可加载 Linux 库

静态、共享动态 您需要做一个关于 Make 的教程

I always found this article useful:

Static, Shared Dynamic and Loadable Linux Libraries

From there you'll want to do a tutorial on Make.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文