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
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