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:date:from:reply-to:subject:to:cc :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=KWV3X4HdKr0qEZtRJMELzN519++58PVdqQCfQF0b/NGoYCcvuHK8g lah6fmhh2W57qui62/07GWrt3esqa0Vhdd3EVTxVoBdcBLwVW/O5HA7xQzmK8U3S 2UsdVsvxhm/vw+xjJ+SIlvhpGa4McIedlK+0xsIS9DzZvU8r3FM8EY= 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:date:from:reply-to:subject:to:cc :mime-version:content-type:content-transfer-encoding; s=default; bh=pN3XXPs5ENlkw7rd+S+lzWArskk=; b=eY5L/1ZLBeuWhaUOZjnZnv5a0j40 m6sVDizzTQE19e12Q/ok/6yC7ryaAw33J5sp0MPHYRD+q3WYjKoUk1QZeUWtil0A QtwqUb9S635V1qEhyaxK1h54M00lml04JZFGjjyC76QhDswfeg3ZcKOlbhHarEXk HLk+CgELnLBHKCg= 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=-0.6 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*yandex.ru, H*RU:sk:t602.bu, Hx-spam-relays-external:sk:t602.bu, Hx-spam-relays-external:182.22.66.104 X-HELO: nh602-vm9.bullet.mail.ssk.yahoo.co.jp Message-ID: <888012.8502.qm@web101106.mail.kks.yahoo.co.jp> X-YMail-JAS: Plrhnj0VM1lIte4zf2QxtxMU8Mb620vIzmrIVuq1JGKoGFXArke5YAmWw_sdPbL59.wf5cAe_52ix88vqbz8aC.L2cdLkFBEZ1YYA6Er_EzZ63IQI4us9pEmT3tK.pjHr8Av Date: Tue, 12 Apr 2016 17:11:51 +0900 (JST) From: Tatsuro MATSUOKA Reply-To: Tatsuro MATSUOKA Subject: multiple definition of `atan2l' on the current Cygwin To: "cygwin AT cygwin DOT com" Cc: "anrdaemon AT yandex DOT ru" 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 u3C8CBvA014729 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' /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