On Wed, Sep 4, 2024 at 6:40 AM Fergus Daly via Cygwin <cygwin@cygwin.com> wrote: > > For exactly one particular purpose I still use 32-bit Cygwin. > Can I confirm that the appropriate setup exe file, with qualifiers, is > setup-x86_32.exe > --allow-unsupported-windows > --site > http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/2022/11/23/063457 > and that the exe file is v.2.931 md5sum f16028c684f3cf30ebeb08ca5fc2e51d? > (Just seems odd that the exe file was updated so recently, way after Nov 2022, > not much earlier than the current setup-x86_64.exe at v.2.932.) > Thank you! > PS Also, can't remember where I got the 32-bit setup file from, or anywhere > on the Cygwin website > where I would get it .. .. probably not looking in the right place.
I found Cygwin 32bit installation instructions in https://github.com/kofemann/ms-nfs41-client/blob/master/cygwin/README.bintarball.txt which work: - Cygwin 32bit can be installed like this: # ---- snip ---- # Install Cygwin 32bit on Windows 32bit: # 1. Get installer from https://www.cygwin.com/setup-x86.exe curl --remote-name "https://www.cygwin.com/setup-x86.exe" # 2. Run installer with these arguments: setup-x86.exe --allow-unsupported-windows -q --no-verify --site "http://ctm.crouchingtigerhiddenfruitbat.org/pub/cygwin/circa/2022/11/23/063457" -P cygwin,cygwin-devel,cygrunsrv,cygutils,cygutils-extra,bash,bzip2,coreutils,getent,gdb,grep,hostname,less,libiconv,libiconv2,pax,pbzip2,procps-ng,sed,tar,time,util-linux,wget,libnfs-utils,make,bmake,git,dos2unix,unzip # ---- snip ---- Mark -- IT Infrastructure Consultant Windows, Linux -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple