Categories:
Downgrading Cygwin
Last week I was trying to set up an OpenJDK build environment on my Windows 11 machine. Building the repo would fail due to segfaults when running make. The workaround is to downgrade Cygwin from 3.3 to 3.2:
- Launch the Cygwin setup program (setup-x86_64.exe).
- Change the View dropdown to Full.
- Enter cygwin into the search box then select the cygwin package..
- Open the cygwin package’s dropdown in the New column.
- Change the selection from Keep to the desired version as shown in the image below.
- Click on the Next button then verify that the downgrade is to the desired version.
Finish the setup process then launch cygwin and verify that the version is correct by running:
cygcheck -c Cygwin
Leave a Reply