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 lines point to the double definition very clearly. In Linux, libstdc++ doesn't include atan2l, only libm has it. The question then is: why is libstdc++ different? -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple