Re: [Mingw-w64-public] [Msys2-users] Bootstrap gcc for i686 with SJLJ exception model in MSYS2 ?

2016-10-13 Thread lhmouse
Problem solved. I didn't delete MSYS2 gcc's libraries and it was these libraries that were linked rather than mingwbuilds' libraries. However, even GCC itself does not ask for libgcc_s_dw2, the libgomp DLL from MSYS2 packages still asks for it, as well as other packages. Hence the DLL must not be

[Mingw-w64-public] Bootstrap gcc for i686 with SJLJ exception model in MSYS2 ?

2016-10-13 Thread lhmouse
Today I tried bootstrapping GCC 6.2.1 using PKGBUILD modified from the MSYS2 one for gcc-git package. I changed the line https://github.com/lhmouse/MINGW-packages/blob/master/mingw-w64-gcc-git/PKGBUILD#L148 from `local _conf="--disable-sjlj-exceptions --with-dwarf2"` to `local _conf="--enable-sjlj