001、问题 make 报错:make: x86_64-w64-mingw32-gcc: Command not found

002、解决方法
dnf install mingw64-gcc
003、测试安装效果
参考:
01、https://command-not-found.com/x86_64-w64-mingw32-gcc

。
001、问题 make 报错:make: x86_64-w64-mingw32-gcc: Command not found

002、解决方法
dnf install mingw64-gcc
003、测试安装效果
参考:
01、https://command-not-found.com/x86_64-w64-mingw32-gcc

。