在 Windows 上使用为 Linux 构建的库
有没有一种方法可以在 Windows 上使用 Linux 内置的库,而无需移植和重建它们?
Is there a way of using libraries built in Linux on Windows, without porting and rebuilding them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简短的回答是“否”。尽管有一种方法可以反之亦然(通过 WINE)。
The short answer is "No". Although there is a way of doing that vice-versa (via WINE).
这需要加载 ELF 二进制文件。在 Windows 中扩展加载程序似乎很困难(如果不是不可能的话),根据这个问题的答案:
是否可以替换操作系统的 Loader?有什么办法获得Loader的控制权吗?
That would require loading ELF binaries. Extending the loader in Windows seems to be difficult if not impossible, going by the answers to this question:
Is it possible to replace Loader of an OS? Any way to obtain the control over Loader?