在 2018/12/12 6:04, Earnie via Mingw-w64-public 写道: > On 12/11/2018 4:50 PM, Mateusz Mikuła wrote: >> https://musl.cc works fine, check your DNS. >> >> mingw-builds scripts and instructions are available in this repository: >> https://github.com/niXman/mingw-builds/tree/develop >> > > Or if you want to use the MSYS2 method look here > https://github.com/msys2/msys2/wiki/Creating-Packages. >
The page on MSYS2 wiki contains instructions to build for both MSYS2 and native and is (more importantly) too long, which might result in confusion. (It would be a pity for any project to be short of a Quick Guide or Getting Started etc.) See this previous mail [1] for simplified steps on how to build native packages. Differences are: 2. CD into `mingw-w64-gcc` instead of `mingw-w64-binutils`. 4. Delete `ada,` from the string following `--enable-languages=`, because it would result in an internal compiler error. You are free to remove more. [1] https://sourceforge.net/p/mingw-w64/mailman/message/36474911/ -- Best regards, LH_Mouse _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
