在 2020/11/20 上午2:36, gmail Vladimir Koković 写道: > After a few days of harassment with git gcc to make mingw libgcc_s_sjlj-1.dll > and later use that gcc > install, I can inform you that my test program works in wine-mingw the same > as on linux, ie it works > properly! >
Congrats, and yes, it looked like a configuration issue, rather than a GCC or mingw-w64 issue. > And that, in my opinion, means that the official mingw libgcc_s_seh-1.dll > does not always work as > intended, and that it is necessary for someone to take action and solve this > problem. > There isn't any 'official' distribution. All pre-built binaries are provided by individual persons or organizations. Moreover, it's not the SEH DLL that caused the problem. It's usually bad to mix code compiled with one exception model with another (except when no code can throw exceptions, of course). I am pretty sure that if this experiment was done on i686 with the SJLJ and DWARF2 exception models, we would run into the same problem. -- Best regards, LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
