On Thu, Dec 05, 2024 at 11:15:57AM -0600, Alan Mead wrote: > > I think it's been discussed before that it would be very helpful to have a > Windows dev take a look at the code. Cross-compilation does an amazing job, > but there have been Windows-specific issues in the last and unfortunately > the majority of users run Windows. Things like Windows performance issues > are impossible(?) to evaluate on Linux.
This is true. The bottom line of it is that PSPP is a GNU project, and as such it is optimised to run and build primarily on GNU and GNU/Linux. Building and running on other systems is also possible but is not the focus. J'