How to Compile mingw-w64-crt
问题 I'm on Windows 10 and using the latest version of MSYS2 (with gcc installed: pacman -S gcc ) I'm trying to compile mingw-w64-headers and mingw-w64-crt from mingw-w64-v7.0.0 Inside of my MSYS2 installation directory C:\msys2 I have created the folder mingw-w64 which I reference in the prefix argument below. To compile each of these I use the same steps (replace name of library where appropriate): mkdir mingw-w64-crt && cd mingw-w64-crt ../mingw-w64-v7.0.0/mingw-w64-crt/configure --prefix=