You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build system is missing some files typically present for an autoconf project.
At a minimum, it would seem, this is install-sh or install.sh, and config.sub. Copying the files in from alternate sources does not result in success either, so there are probably there issues; have not worked my way through them all yet.
Recommendation: Add configure.ac (and Makefile.am if you were to use automake) so that other people could also be capable of modifying / generating the build system.
~/libmingw32_extended/build$ bash ../configure --prefix=/usr/local/x86_64-w64-mingw32 --build x86_64-w64-mingw32 --host x86_64-w64-mingw32 --target x86_64-w64-mingw32
checking build system type... x86_64-w64-mingw32
checking host system type... /bin/sh: 0: cannot open /config.sub: No such file
configure: error: /bin/sh /config.sub x86_64-w64-mingw32 failed
The text was updated successfully, but these errors were encountered:
The build system is missing some files typically present for an autoconf project.
At a minimum, it would seem, this is install-sh or install.sh, and config.sub. Copying the files in from alternate sources does not result in success either, so there are probably there issues; have not worked my way through them all yet.
Recommendation: Add configure.ac (and Makefile.am if you were to use automake) so that other people could also be capable of modifying / generating the build system.
~/libmingw32_extended/build$ bash ../configure --prefix=/usr/local/x86_64-w64-mingw32 --build x86_64-w64-mingw32 --host x86_64-w64-mingw32 --target x86_64-w64-mingw32
checking build system type... x86_64-w64-mingw32
checking host system type... /bin/sh: 0: cannot open /config.sub: No such file
configure: error: /bin/sh /config.sub x86_64-w64-mingw32 failed
The text was updated successfully, but these errors were encountered: