可以创建通用的linux程序吗?

发布于 2024-10-21 14:17:58 字数 85 浏览 5 评论 0原文

在 mac os x 中,您可以使用“lipo”将 32 位、powerpc 和 64 位二进制文​​件合并到一个可执行文件中,这在 Linux 中可能吗?

In mac os x, you can combine 32bit, powerpc and 64bit binaries in one executable using "lipo" is something like this possible in linux?

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

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

发布评论

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

评论(1

溺渁∝ 2024-10-28 14:17:58

我认为 Fatelf (可在 http://icculus.org/fatelf/ 获取)是您真正想要的,但它需要对内核、glibc、gdb 等进行某些补丁。所以目前不适合胆小的人使用。对于开发人员来说,在修改后的系统上进行编译可能是一个合理的负担,但它也需要修改客户端系统。

I think Fatelf (available at http://icculus.org/fatelf/ ) is what you are actually asking for, but it requires certain patches to kernel, glibc, gdb etc. So it's currently not for the faint of heart to use. It may be a reasonable burden for a developer to compile on a modified system, but it also requires client-side systems to be modified, too.

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