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.
我有一个(非常基本的)C 程序,我可以在我的 mac 上用 GCC 编译。不需要代码,it fseeks, freads, fprintfs 就是这样(它使用stdlib.hand stdio.h)。
fseek
fread
fprintf
stdlib.h
stdio.h
有没有办法让我在我的 Mac 上编译一个可以在 Windows XP 上运行的 win32 二进制文件?
我正在寻找一个简单(不到 15 分钟)的解决方案,如果答案是“找到拥有 Visual Studio 的人”,那就太酷了 :)
您可以使用Mac 的 MinGW 端口进行交叉编译。