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.
是否总是可以构建基于 32 位操作系统的二进制文件以在 64 位操作系统上运行?如果不是,什么情况下是可能的,什么时候是不可能的。如果不可能,为什么在某些情况下不可能?
取决于您的操作系统。在 Windows 上,所有 32 位二进制文件也应该在 64 位上运行。在 Linux 上,如果您安装 32 位库,它也可以工作。在 BSD 上,它与在 Linux AFAIK 上相同。