Re: [Mingw-w64-public] naming convention of mingw-w64 and compile Windows binary on MacOS

2021-01-09 Thread LRN
On 10.01.2021 5:11, Peng Yu wrote: I see the following files installed by `brew install mingw-w64`. I don't quite understand what `i686-w64-mingw32` and `x86_64-w64-mingw32` means. Could anybody let me know? Welcome to the world of GNU. These are cpu-vendor-os triplets (yes, mingw32 is not an

[Mingw-w64-public] naming convention of mingw-w64 and compile Windows binary on MacOS

2021-01-09 Thread Peng Yu
Hi, I see the following files installed by `brew install mingw-w64`. I don't quite understand what `i686-w64-mingw32` and `x86_64-w64-mingw32` means. Could anybody let me know? If I want to compile windows binaries on Mac OS from the following .c and .cpp files, could anybody let me know what com