X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:references:date:from:reply-to :subject:to:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=FIzgewdd/hkkPfAByZah0lzPM21vM+gFlU83GpoeGxi cQBGG8R26nthbr8FKS+WxinC2DNxsxKpMtPxe1qQGtWUtZvx5tgwwxsNTQrzJ3Iz WMPHNVsr2O3ZKLHo8knqMOHdcPWMSstPVxRE+9zwS46sqICnRGGqGappnwreIg0Y = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:references:date:from:reply-to :subject:to:mime-version:content-type:content-transfer-encoding; s=default; bh=FYPaDU3ToKnkLjUIwMISaf5IlmY=; b=v7KJ3RQnIFG7wPnEc nO9dKF0+37zPwxA+NX5I+zIrurQRg5+Re4cthblGFLuSBqQ0H5ZqVL2Zvch+8ei5 e6BrfydFgHeF5wMiM0ObzHv8PV+VSWKAjqU+3tOLOBvLyI6pQzfyVnImudkROZq0 lXe0jkM+44nr7U/e31VVg+jz/A= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:yahoo.co.jp, yahoo.co.jp, yahoocojp, H*UA:sk:YahooMa X-HELO: nh504-vm9.bullet.mail.kks.yahoo.co.jp Message-ID: <538543.46315.qm@web101113.mail.kks.yahoo.co.jp> X-YMail-JAS: 9mjX4VIVM1l_10.aHjUzLCEWgRK2nOVJCqW6qoDZ_e_WcCEZNeLoZR2o4NoDKjHITW_5DAAEU4VhNuFUDmt_A2ZB6m8yHe.I5XDPotutUGCRQ_MoprciwJZ63rX4YiLiPG8t References: <5702FE9D DOT 7060306 AT alumni DOT cse DOT ucsc DOT edu> <175388 DOT 49650 DOT qm AT web101117 DOT mail DOT kks DOT yahoo DOT co DOT jp> <870284 DOT 4983 DOT qm AT web101111 DOT mail DOT kks DOT yahoo DOT co DOT jp> <570C0F77 DOT 1020303 AT cornell DOT edu> Date: Tue, 12 Apr 2016 17:15:05 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: Re: multiple definition of `atan2l' on the current Cygwin To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u3C8FpXD015130 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 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): first defined here > collect2: error: ld returned 1 exit status > Makefile:777: recipe for target 'gnuplot.exe' failed > This did not occur yesterday. > Perhaps the latest change gcc-5.3.0 give this results. > At the moment a workaroud is : > LDFLAGS='-Wl,--allow-multiple-definition' \ > at configure. > Tatsuro > -- 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