Quack, When building dxvk I got this error: NONVERBOSE BUILD: C++ linker for the build machine: c++ ld.bfd 2.38 You can find an example here: https://salsa.debian.org/aviau/dxvk/-/jobs/2726822 This is due to Meson's discovery: C compiler for the host machine: x86_64-w64-mingw32-gcc (gcc 10.0.0 "x86_64-w64-mingw32-gcc (GCC) 10-posix 20220324") C linker for the host machine: x86_64-w64-mingw32-gcc ld.bfd 2.37 C++ compiler for the host machine: x86_64-w64-mingw32-g++ (gcc 10.0.0 "x86_64-w64-mingw32-g++ (GCC) 10-posix 20220324") C++ linker for the host machine: x86_64-w64-mingw32-g++ ld.bfd 2.37 C compiler for the build machine: ccache cc (gcc 11.3.0 "cc (Debian 11.3.0-1) 11.3.0") C linker for the build machine: cc ld.bfd 2.38 C++ compiler for the build machine: ccache c++ (gcc 11.3.0 "c++ (Debian 11.3.0-1) 11.3.0") C++ linker for the build machine: c++ ld.bfd 2.38 In case one don't use mingw-w64 then it might even match more lines. Regards. \_o<