从命令行选择应用程序的 32 位或 64 位版本

发布于 2024-12-25 03:19:19 字数 123 浏览 2 评论 0原文

我使用的是 Mac OS X,并且有一个与 x86_64 和 i386 架构兼容的可执行二进制文件。

从命令行,我想选择必须启动这些架构中的哪一个

怎么做呢?谢谢。

I'm on Mac OS X, and I have an executable binary which is compatible with the x86_64 and i386 architectures.

From the command-line, I would like to choose which of these architectures has to be launched.

How to do that? Thanks.

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

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

发布评论

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

评论(1

缪败 2025-01-01 03:19:19

而不是:

$ executable_file

输入:

$ arch -i386 executable_file

或:

$ arch -x86_64 executable_file

Instead of:

$ executable_file

enter either:

$ arch -i386 executable_file

or:

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