Skip to content

Cross-compile with Debian mingw #31

@txtdawg

Description

@txtdawg

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions