|
From: Óscar F. <of...@wa...> - 2020-04-18 15:52:58
|
Иван Трусков <tr...@gm...> writes: > It seems that it is necessary to have certain mingw libraries. However, > those libraries - as far as i know - themselves need msys to mingw > cross-compiler to be compiled. Is there a correct build order or sequence > to build all those things starting from "bare" msys? Why don't you install those libraries with pacman? And why do you need a msys2->mingw-w64 cross-compiler at all? Why don't use the native mingw-w64 compiler that MSYS2 provides? (BTW, when asking this type of questions always show the commands you executed) |