RockyLinux 9 doesn't have mingw toolset package

RockyLinux 9 doesn’t have mingw toolset package

Is this the package you are looking for?

Repo        : crb
Matched from:
Provide    : mingw-w64-tools = 11.0.1-3.el9
Provide    : mingw-w64-tools(x86-64) = 11.0.1-3.el9

The repository is CodeReady Builder (crb) and you can enable this with:

sudo dnf config-manager --set-enabled crb

then install with:

sudo dnf install mingw-w64-tools

Steve

mingw64-gcc and mingw64-gcc-c++ are the packages I need

Steven Spencer via Rocky Linux Forum <notifications@rockylinux.discoursemail.com> 于2024年12月11日周三 22:42写道:

I believe that the same repository will get you those:

Repo        : crb
Matched from:
Provide    : mingw64-gcc = 13.2.1-7.el9
Provide    : mingw64-gcc(x86-64) = 13.2.1-7.el9

mingw64-gcc-c++-13.2.1-7.el9.x86_64 : MinGW Windows cross-compiler for C++ for the win64 target
Repo        : crb
Matched from:
Provide    : mingw64-gcc-c++ = 13.2.1-7.el9
Provide    : mingw64-gcc-c++(x86-64) = 13.2.1-7.el9
1 Like

Thanks very much

Steven Spencer via Rocky Linux Forum <notifications@rockylinux.discoursemail.com> 于2024年12月12日周四 00:01写道: