> Hi! On my linux Wine is not installs msys (process sits in memory with 99% > cpu), so I unpack fresh chip laptop with latest win11 and install MSYS2 and > next install gcc and git, what's the next steps? (I develop some c code on > windows about 4 years ago)
You'll need w64devkit (see the CHICKEN README for information) and a distribution tarball with the newest changes, which can be found here: http://www.call-with-current-continuation.org/chicken-6-prelim.tar.gz If you unpack the archive and build it, you will get a "chicken.exe" binary that you can then use to bootstrap the system from the git sources. If you then run "make check" you will quickly run into errors and can then continue to investigate. Your help is much appreciated! Please ask, if there are any questions. felix