可以创建通用的linux程序吗?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为 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.