在其他系统(GCC)上安装带有链接库的可执行文件

发布于 2024-10-21 18:05:56 字数 217 浏览 1 评论 0原文

我有一个应用程序使用 OS X 上的一些库,它们由 LGPL 授权。我可以静态或动态链接它们。一切正常。但是,如果我想在另一台装有 OS X 的计算机上安装我的应用程序,我该怎么办?我的意思是,在另一个系统上不会安装那些库,并且应用程序可能无法运行。我应该把这个库放在某个地方(据我所知与二进制文件在同一目录中),用户可以通过另一个版本更改它(由于 LGPL),但我不明白我应该如何正确地做。有人可以解释一下这项技术吗?

I have an application which use some libraries on OS X and they are licensed by LGPL. I can link them statically or dynamically. Everything is working fine. But what should i do if i want to install my application on another computer with OS X? I mean, on another system there will not be those libraries already installed and application probably will not run. I should to place this libs somewhere (as i understand in the same directory with binary), where user can change it by another version (due to LGPL), but i don't understand how should i do it right. Can someone explain this techinque?

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

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

发布评论

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

评论(1

恍梦境° 2024-10-28 18:05:56

我自己最近不得不面对这个问题,我建议您立即开始了解如何bundles 工作并使用它们(具体来说,应用程序包)。此外,您还必须了解 install_name_tool 等工具的工作原理。祝你好运!

Having had to face this myself recently, I advise you to start off immidiately by understanding how bundles work and making use of them (specifically, application bundles). Moreover you will have to understand how tools like install_name_tool works. Best of luck!

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