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=EHRRvBoh932AFI+2tlKlKlK8Q3hqJc7Hd9rEq7+YRse D0pBSRYG4qMfFGX+IJjxT5tAA4Ka4QMWZbAmp1ISrkoy6Zu+2ZIYNZiuiwKs8nz1 SUOApJJYZPqZzw6hjwECWkB+6O7gN81ShxlOb7bGjtVuzH1HXLnP9LjtpolccUP8 = 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=EWf3oiINcNqOcpMphnKCxmbdzwk=; b=jIaXXesRvY7cb7lTV QODgN5aK/0Nh2PXLOf8MDmfX/dYpMM7pFDYYSuSLnbfbuzcZ4yfv+xGdpW0myNDt 1MC+/TWR1Zmtq5pzgxIIu6jiWzhG0VXlRLlr+w1RfG0dZJJMGxMroF3higk/zVJE VdOqTKVFmajPivKE66mTN+xCUk= 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.5 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, yahoocojp, yahoo.co.jp, H*UA:sk:YahooMa X-HELO: nh601-vm0.bullet.mail.ssk.yahoo.co.jp Message-ID: <379620.78419.qm@web101111.mail.kks.yahoo.co.jp> X-YMail-JAS: Iys6IHYVM1lqNar0HohQjJs68jKaMTUD_v14f2DRmoZhW5giLqo9KY2BamNW3I9t4nUiJAgMLUdzIfDWxzhLUM4_RVWJD7N_HEkViJj1LH_.rONekUK5AcHImWres15VheqL 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 12:06:54 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: 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 u3C37GEH015553 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