I have to compile a DLL with static libs for both 32 and 64 bit. The SJLJ version works fine for both 32 & 64, but I noticed that the SEH only works for 64 bit. It appears that SEH is missing a lib32 folder that SJLJ has:
C:\MinGW-W64\mingw64-sjlj\lib\gcc\x86_64-w64-mingw32\lib32
(The compiler with -m32 is complaining it can't find the libraries). Is SEH not 32 bit compatible?
Thanks!
Ticket moved from /p/mingw-w64/patches/78/