From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20264 invoked by alias); 31 Jul 2013 13:26:07 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 20243 invoked by uid 89); 31 Jul 2013 13:26:07 -0000 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 Received: from Unknown (HELO mail-qa0-f49.google.com) (209.85.216.49) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 31 Jul 2013 13:26:06 +0000 Received: by mail-qa0-f49.google.com with SMTP id cr7so409595qab.15 for ; Wed, 31 Jul 2013 06:25:59 -0700 (PDT) X-Received: by 10.229.136.139 with SMTP id r11mr6549058qct.11.1375277158947; Wed, 31 Jul 2013 06:25:58 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id i12sm1865202qej.1.2013.07.31.06.25.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 06:25:58 -0700 (PDT) Message-ID: <51F91067.1080507@users.sourceforge.net> Date: Wed, 31 Jul 2013 14:11:00 -0000 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@cygwin.com Subject: Re: cygport -8 adds bogus cygwin64-gcc-core to setup.hint requires line References: <51F8A37C.4030303@t-online.de> In-Reply-To: <51F8A37C.4030303@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00706.txt.bz2 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