Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-compile with Debian mingw #31

Open
txtdawg opened this issue Feb 3, 2025 · 3 comments
Open

Cross-compile with Debian mingw #31

txtdawg opened this issue Feb 3, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@txtdawg
Copy link

txtdawg commented Feb 3, 2025

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

@txtdawg txtdawg added the bug Something isn't working label Feb 3, 2025
@dailker
Copy link
Contributor

dailker commented Feb 3, 2025

This requires much effort to check both sides. Thanks for reporting. Dev team will let you know soon.

@CoderRC
Copy link
Owner

CoderRC commented Feb 4, 2025

I created a new commit to Cross-compile with Debian mingw. All should be done is repeat the process again. Reply if it is fixed or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants