Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Mac OS X 上,我有一个与 x86_64 和 i386 架构兼容的可执行二进制文件。
从命令行,我想选择这些架构中的哪一个必须启动。
怎么做?谢谢。
代替:
$ executable_file
输入:
$ arch -i386 executable_file
或者:
$ arch -x86_64 executable_file