[ITA] mingw64-x86_64-curl, mingw64-i686-curl

Brian Inglis Brian.Inglis@SystematicSw.ab.ca
Sat Aug 22 06:09:43 GMT 2020


On 2020-08-21 09:28, Hamish McIntyre-Bhatty via Cygwin-apps wrote:
> On 21/08/2020 15:24, ASSI wrote:
>> Hamish McIntyre-Bhatty via Cygwin-apps writes:
>>> How does cross compiling for 32-bit Cygwin work? I think it'd be useful
>>> for me too - in one instance I've found that stripping debug symbols can
>>> take 3 times as long to run under 32-bit Cygwin.
>> I don't cross-compile to Cygwin, only to MingW.  I believe there are
>> some packages that are cross-compiled from Linux, but with any of these
>> cross-compilation options you can't actually run the tests, so that is
>> the reason for not doing it for Cygwin (for me anyway).  Also there's
>> quite a bunch of software out there that doesn't really like to be
>> cross-compiled and needs major effort to do so.

> Oh, I wasn't very clear. I meant using 64-bit Cygwin to compile for
> 32-bit Cygwin. Could be wrong but I'm pretty sure it's been mentioned
> before.

You could try installing packages starting with cygwin32:

cygwin32
cygwin32-binutils
cygwin32-binutils-debuginfo
cygwin32-default-manifest
cygwin32-gcc-ada
cygwin32-gcc-cilkplus
cygwin32-gcc-core
cygwin32-gcc-debuginfo
cygwin32-gcc-fortran
cygwin32-gcc-g++
cygwin32-gcc-objc
cygwin32-gcc-objc++
cygwin32-gettext
cygwin32-libbfd
cygwin32-libiconv
cygwin32-libtool
cygwin32-minizip
cygwin32-w32api-headers
cygwin32-w32api-runtime
cygwin32-zlib

download Cygwin sources and add to top of cygport, or do the equivalent of:

CROSS_HOST=i686-pc-cygwin
inherit cross

and try running cygport to see what happens.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in IEC units and prefixes, physical quantities in SI.]


More information about the Cygwin-apps mailing list