Re: [Msys2-users] Avoid reference to libwinpthread-1.dll for 64-bit links

2017-01-20 Thread lhmouse
On 2017/1/21 6:01, Computer Jock wrote: > I hope I know what I'm talking about here... > > Sometimes (probably with g++) when attempting to create a 64-bit DLL > with only windows dependencies one gets a reference to: > >libwinpthread-1.dll => /mingw64/bin/libwinpthread-1.dll > > Googling for

Re: [Msys2-users] gcc6 problem when source uses the restrict keyword

2016-10-29 Thread lhmouse
gcc6 enables -std=c11 by default and `restrict` is a key word there. Such behavior can be disabled by requesting `-std=gnu89` explicitly. -- Best regards, lh_mouse 2016-10-29 - 发件人:ralph

Re: [Msys2-users] Fwd: emacs problems missing file msys-gobject-2.0-0.dll

2016-11-13 Thread lhmouse
C:\Users\LH_Mouse>pacman -Fs msys-gobject-2.0-0.dll msys/glib2 2.48.0-1 usr/bin/msys-gobject-2.0-0.dll C:\Users\LH_Mouse>pacman -Fy :: Synchronizing package databases... mingw32 is up to date mingw64 is up to date msys is up to date C:\Users\LH_Mouse>pacman -Fs msys-gobject-2.0-0.dll

[Msys2-users] 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

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

2016-10-14 Thread lhmouse
not be removed. -- Best regards, lh_mouse 2016-10-14 - 发件人:"lhmouse"<lh_mo...@126.com> 发送日期:2016-10-14 01:21 收件人:Msys2,mingw-w64-public 抄送: 主题:[Msys2-users] Bootstrap gcc fo