在 Windows 上使用为 Linux 构建的库

发布于 2024-11-24 10:14:16 字数 52 浏览 1 评论 0原文

有没有一种方法可以在 Windows 上使用 Linux 内置的库,而无需移植和重建它们?

Is there a way of using libraries built in Linux on Windows, without porting and rebuilding them?

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

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

发布评论

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

评论(2

奢欲 2024-12-01 10:14:19

简短的回答是“否”。尽管有一种方法可以反之亦然(通过 WINE)。

The short answer is "No". Although there is a way of doing that vice-versa (via WINE).

皓月长歌 2024-12-01 10:14:19

这需要加载 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?

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