[PATCH] Re: -pthread in gcc

2015-02-16 Thread Yaakov Selkowitz
On Fri, 2015-02-06 at 17:28 +0800, JonY wrote: > On 2/6/2015 16:30, Pavel Fedin wrote: > >> use -2 version > >> > >> https://cygwin.com/ml/cygwin-announce/2015-02/msg6.html > > > > I have just checked, i have it installed. I even tried to reinstall it, but > > the problem is still there: > >

Re: -pthread in gcc

2015-02-14 Thread Ken Brown
On 2/14/2015 9:27 AM, Marco Atzeri wrote: On 2/14/2015 2:07 PM, Ken Brown wrote: On 2/6/2015 4:28 AM, JonY wrote: On 2/6/2015 16:30, Pavel Fedin wrote: Hello! libtool: link: gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -ggdb -O2 -pipe -Wimplicit-functi

Re: -pthread in gcc

2015-02-14 Thread Marco Atzeri
On 2/14/2015 2:07 PM, Ken Brown wrote: On 2/6/2015 4:28 AM, JonY wrote: On 2/6/2015 16:30, Pavel Fedin wrote: Hello! libtool: link: gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/home/kbr

Re: -pthread in gcc

2015-02-14 Thread Ken Brown
On 2/6/2015 4:28 AM, JonY wrote: On 2/6/2015 16:30, Pavel Fedin wrote: Hello! use -2 version https://cygwin.com/ml/cygwin-announce/2015-02/msg6.html I have just checked, i have it installed. I even tried to reinstall it, but the problem is still there: Confirmed, looks like the or

Re: -pthread in gcc

2015-02-06 Thread JonY
On 2/6/2015 16:30, Pavel Fedin wrote: > Hello! > >> use -2 version >> >> https://cygwin.com/ml/cygwin-announce/2015-02/msg6.html > > I have just checked, i have it installed. I even tried to reinstall it, but > the problem is still there: Confirmed, looks like the original patch no longer

RE: -pthread in gcc

2015-02-06 Thread Pavel Fedin
Hello! > use -2 version > > https://cygwin.com/ml/cygwin-announce/2015-02/msg6.html I have just checked, i have it installed. I even tried to reinstall it, but the problem is still there: --- cut --- p.fedin@fedinw7x64 ~ $ gcc -pthread gcc: error: unrecognized command line option '-pthrea

Re: -pthread in gcc

2015-02-04 Thread Marco Atzeri
On 2/4/2015 10:13 AM, Pavel Fedin wrote: Hello! Can anybody tell me why -pthread switch disappeared from gcc ? Earlier versions worked, current 4.9.2 produces 'unrecognized option' error. Is it intentional ? I have some projects which imply this switch is supported, and this gives me additio

Re: -pthread in gcc

2015-02-04 Thread JonY
On 2/4/2015 17:13, Pavel Fedin wrote: > Hello! > > Can anybody tell me why -pthread switch disappeared from gcc ? Earlier > versions worked, current 4.9.2 produces 'unrecognized option' error. Is it > intentional ? I have some projects which imply this switch is supported, and > this gives me ad