Path: csiph.com!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Bob Tennent Newsgroups: comp.os.linux.development.apps Subject: Re: mingw on mint Date: Sun, 8 Oct 2023 14:48:15 -0000 (UTC) Organization: A noiseless patient Spider Lines: 13 Message-ID: References: Reply-To: rdtennent@gmail.com Injection-Date: Sun, 8 Oct 2023 14:48:15 -0000 (UTC) Injection-Info: dont-email.me; posting-host="97740301bd29079b98fbdcf3e91e4a47"; logging-data="3319661"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UVlxkahdPYdKraj426n/+SVDl7X5wT6U=" User-Agent: slrn/1.0.3 (Linux) Cancel-Lock: sha1:+YW7ip+HZDnEQz+rTMj7sgu4+QE= Xref: csiph.com comp.os.linux.development.apps:927 On Sun, 8 Oct 2023 12:52:15 -0000 (UTC), Bob Tennent wrote: > I need to build Windows binaries from a conventional source > tarball. I used to work in a RedHat environment and I recall > using specialized configure and make scripts from mingw > packages. But I'm now on Mint and I have no idea. > > Can anyone help? What packages do I need? Which scripts > do I use to configure and make? It seems the answers (from stackexchange) are gcc-mingw-w64 and ./configure --host=x86_64-w64-mingw32. Bob T.