https://bugs.winehq.org/show_bug.cgi?id=54475
--- Comment #9 from Nick nickmarko@gmail.com --- So the latest version I've narrowed it down to where the crash does not occur is 7.22 A large portion of Wine is built by i686-w64-mingw32-gcc which does not benefit from ccache so each recompile takes a long time, more than 1 hour on the machine I'm using. Is there any way to use plain gcc instead? I got the Could not find dependent assembly error when I compiled without the mingw compiler installed. But I'm not sure if having the mingw compiler is what fixed that error or if it was one or more of the other development libraries I installed after getting that error.