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:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=xTy9AurtPOEvtQ388X7PMSX7OHNuA3htRUGA0pk+Bbt FkZXEjpyyut0hr/fQoqxXY2OurWUuZ8h1VWNWZTkD7qleCF6+3vRQBfhr7tfVtS4 dfrXd1yIk3zHks99xuh1N5gabL21BftmAmk4MF2X8BAOh3OXtyWfQ9DULHgRb3Gc = 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:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=1sS706HkttnrA0JkCJgNbglXAms=; b=KyZOI2XoZKLqyMT7C NAFgdpSe+GOk5pknn/T+rqtGbWEQpcDvbm6PPuhdKrYV3yoMqiEcdjrP2ARDJZhY ealS8aMaARuPQZ0Qp/NkEHw11eCOfgNd/thyJqAD7h8y/Qma6yjwZvvKjS7mkrtc Nk/zAdNd7l6B+rVoBxFItjbfBQ= 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 X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 X-Received: by 10.229.136.139 with SMTP id r11mr6549058qct.11.1375277158947; Wed, 31 Jul 2013 06:25:58 -0700 (PDT) Message-ID: <51F91067.1080507@users.sourceforge.net> Date: Wed, 31 Jul 2013 08:25:59 -0500 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygport -8 adds bogus cygwin64-gcc-core to setup.hint requires line References: <51F8A37C DOT 4030303 AT t-online DOT de> In-Reply-To: <51F8A37C.4030303@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-07-31 00:41, Christian Franke wrote: > Cygport 0.13.0 (and 0.12.2) adds a bogus "requires: ... > cygwin64-gcc-core ..." to setup.hint when cross-compiling for x86_64. I suppose it would. The problem here is that the libgcc1 DLL has different names on each arch due to the added -seh on x86_64. I'm afraid that under cross-compiling scenarios, dependency detection is at best a guide; manual editing of the setup.hint requires: will often be necessary. > Adding libgcc1 to REQUIRES does not help: [PKG_]REQUIRES only adds to the automatic detection, it doesn't take anything away from it. Yaakov -- 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