Re: multiple definition of `atan2l' on the current Cygwin

2016-04-18 Thread Tatsuro MATSUOKA
> From: Tatsuro MATSUOKA > To: cygwin    > Cc: > Date: 2016/4/17, Sun 14:15 > Subject: Re: multiple definition of `atan2l' on the current Cygwin > >> I have confirmed the mutiple definition error does not occur on gnuplot > build >> with

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-16 Thread Tatsuro MATSUOKA
> I have confirmed the mutiple definition error does not occur on gnuplot build > with > gcc-5.3.0-4 today. > Thanks! > Tatsuro The above is for Cygwin X86. Cygwin 64 still has problem // m.cc #include #include int main() {   long double x, y;   scanf("%Lf %Lf", , );   printf("%Lf\n",

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-16 Thread Tatsuro MATSUOKA
> From: Corinna Vinschen > > To: cygwin> Cc: JonY > Date: 2016/4/14, Thu 22:52 > Subject: Re: multiple definition of `atan2l' on the current Cygwin > > On Apr 14 19:00, Takashi Yano wrote: >> Hi Corinna, >> >> On Thu, 14 Apr 2016 09:52:05 +0200

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-14 Thread JonY
On 4/14/2016 21:52, Corinna Vinschen wrote: > > This is actually a problem in libstdc++-v3. On platforms missing > certain long double functions libstdc++-v3 is built with stub functions > using the same name. > > Jon, any chance to rebuild the gcc packages ASAP? > Already on it, uploads

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-14 Thread Corinna Vinschen
On Apr 14 19:00, Takashi Yano wrote: > Hi Corinna, > > On Thu, 14 Apr 2016 09:52:05 +0200 > Corinna Vinschen wrote: > > If it's that simple, why does my STC (or a simple variation thereof) not > > complain? > > It is because optimizer removes the function call. > > Try: > > $ cat > m.cc <

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-14 Thread Takashi Yano
Hi Corinna, On Thu, 14 Apr 2016 09:52:05 +0200 Corinna Vinschen wrote: > If it's that simple, why does my STC (or a simple variation thereof) not > complain? It is because optimizer removes the function call. Try: $ cat > m.cc < #include int main() { long double x, y; scanf("%Lf %Lf", ,

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-14 Thread Corinna Vinschen
On Apr 13 11:55, René Berber wrote: > On 4/12/2016 7:08 PM, Tatsuro MATSUOKA wrote: > > [snip] > > /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): > > multiple definition of `atan2l' > > ** > >

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-13 Thread Marco Atzeri
On 13/04/2016 18:55, René Berber wrote: On 4/12/2016 7:08 PM, Tatsuro MATSUOKA wrote: [snip] /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): multiple definition of `atan2l' **

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-13 Thread René Berber
On 4/12/2016 7:08 PM, Tatsuro MATSUOKA wrote: [snip] > /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): > multiple definition of `atan2l' > ** > /usr/lib/../lib/libm.a(t-d000195.o):fake:(.text+0x0): first defined > here Those

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-13 Thread Corinna Vinschen
On Apr 13 09:08, Tatsuro MATSUOKA wrote: > > From: Corinna Vinschen > To: cygwin@cygwin.com > > Cc: > > Date: 2016/4/12, Tue 22:39 > > Subject: Re: multiple definition of `atan2l' on the current Cygwin > > > > On Apr 12 17:11, Tatsuro MATSUOKA wrote: >

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
> From: Corinna Vinschen > To: cygwin@cygwin.com > Cc: > Date: 2016/4/12, Tue 22:39 > Subject: Re: multiple definition of `atan2l' on the current Cygwin > > On Apr 12 17:11, Tatsuro MATSUOKA wrote: >> Hello >> I have updated Cygwin_x86 and Cygwin_x86-64 tod

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Warren Young
On Apr 11, 2016, at 9:06 PM, Tatsuro MATSUOKA wrote: > > In building the gnuplot Why aren’t you using the gnuplot package in the Cygwin package repository? > I have met the error of "multiple definition of `atan2l’". This is doubtless because that function was just

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Corinna Vinschen
On Apr 12 17:11, Tatsuro MATSUOKA wrote: > Hello > I have updated Cygwin_x86 and Cygwin_x86-64 today. > In building the gnuplot I have met the error of "multiple definition of > `atan2l'". > /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): > multiple definition of

Re: multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
Please inore this post. I have made a mistake to post under the different thread.        > From: Tatsuro MATSUOKA  > To: cygwin > Cc: > Date: 2016/4/12, Tue 12:06 > Subject: multiple definition of `atan2l' on the current Cygwin > > I have updated Cygwin_x86 an

multiple definition of `atan2l' on the current Cygwin

2016-04-12 Thread Tatsuro MATSUOKA
Hello I have updated Cygwin_x86 and Cygwin_x86-64 today. In building the gnuplot I have met the error of "multiple definition of `atan2l'". /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): multiple definition of `atan2l'

multiple definition of `atan2l' on the current Cygwin

2016-04-11 Thread Tatsuro MATSUOKA
I have updated Cygwin_x86 and Cygwin_x86-64 today. In building the gnuplot I have met the error of "multiple definition of `atan2l'". /usr/lib/gcc/x86_64-pc-cygwin/5.3.0/libstdc++.dll.a(d005836.o):(.text+0x0): multiple definition of `atan2l' /usr/lib/../lib/libm.a(t-d000195.o):fake:(.text+0x0):