-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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