On 25/08/21 18:43, Helge Konetzka wrote:
Furthermore I would like to propose to change the instructions for
Native builds with MSYS2 on Wiki Windows page.
Please remove the section which copies system binaries to match the
expected file names!
Instead define variables for configure (gcc-ar and gcc-ranlib are
existing copies of x86_64-w64-mingw32-gcc-ar and
x86_64-w64-mingw32-gcc-ranlib) and add strip to enable make install:
AR=gcc-ar NM=nm OBJCOPY=objcopy RANLIB=gcc-ranlib WINDRES=windres
STRIP=strip \
./configure --cross-prefix=x86_64-w64-mingw32- --enable-gtk --enable-sdl
Do you even need anything but "./configure"? (possibly AR=gcc-ar NM=nm
at the beginning)?
I applied the webpage fix in the meanwhile, thanks!
Paolo