From: Evan L. <sa2...@cy...> - 2020-09-27 11:34:19
|
See the attached log for warnings on mingw32, gcc 9.1.0. The build completes Ok, and all my own regressions pass. There is a problem, though, which is that the build is dynamic. On my Win10 box I need to find the mingw32 libgcc_s_dw2-1.dll, libstdc++-6.dll, and libwinpthread-1.dll, and add them to the Icarus bin directory. In practice, that may mean that Windows users have to do an msys2 and mingw32 install and copy over their own local versions, which isn't realistic, and is going to stop people using Icarus on Windows. I thought I put something on the wiki about this last year but I can't find it. The solution is simple - it needs to be built as a static 32-bit executable for Windows, but this could be several hours work. I'll have a think about this when I get some time. |