[Mingw-w64-public] New version of AppDep

2016-04-15 Thread Julien Darthenay
Hello, I have just released version 2.0 of my AppDep application. This is a Windows command line utility designed for appending lines at the end of a text file, such as a makefile. So this tool could be useful for developers using MinGW on Windows. It is available on GitHub

Re: [Mingw-w64-public] Adding a new thread model to GCC

2016-04-15 Thread lh_mouse
I appreciate your interest in mcfgthread! :> I am still struggling to compiling gcc and have no time to make a patch. But if you have successfully compiled gcc you might want to make one yourself: Currently mcfgthread can only be linked as a dynamic library, so (I imagine) the following steps w

Re: [Mingw-w64-public] Adding a new thread model to GCC

2016-04-15 Thread Yuta Nakai
What I mean is that i want the patch "to use your new thread model". How can I build gcc with mcfgthread? From: lh_mouse Sent: 15 April 2016 23:01 To: mingw-w64-public@lists.sourceforge.net Subject: Re: [Mingw-w64-public] Adding a new thread model to GCC

Re: [Mingw-w64-public] Adding a new thread model to GCC

2016-04-15 Thread lh_mouse
According to Alexpux's reply patches could be found on GitHub: $ git clone https://github.com/Alexpux/MINGW-packages.git -- Best regards, lh_mouse 2016-04-15 - 发件人:Nakai Yuta 发送日期:2016-04-

Re: [Mingw-w64-public] Adding a new thread model to GCC

2016-04-15 Thread Nakai Yuta
Hi lh_mouse, Where can I get a patch(es) for gcc in order to use your new thread model? From: lh_mouse Sent: Wednesday, April 13, 2016 18:17 To: gcc; mingw-w64-public Subject: [Mingw-w64-public] Adding a new thread model to GCC Hi all, The 'win32' threa