X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0323B385782F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=HBBroeker AT t-online DOT de Subject: Re: lookup problem in compiler To: Juan carlos Rebate , cygwin AT cygwin DOT com References: From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: Date: Sun, 15 Nov 2020 13:10:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.3 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-ID: TWPOe6ZJghuA7rbzlbeW5kLapp0V+6U-vpnuxXB9i8HxtYR57v1Y2ZkqdtPFMaQQZ2 X-TOI-EXPURGATEID: 150726::1605442224-0000E7A1-BB92C5D3/0/0 CLEAN NORMAL X-TOI-MSGID: 2a0ae6ca-9d99-40f6-a4ec-d7585c6b5d9f X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Am 15.11.2020 um 04:59 schrieb Juan carlos Rebate via Cygwin: > Hello, I am trying to compile certain programs in windows 10 and I > have a curious problem, I use mingw64-x86_64-w64-mingw, when I add > related packages if it is able to locate them but if I install > packages that are not related it is not able to locate them, MinGW64 GCC is a cross-compiler. It builds native Windows programs, which are a rather different thing than Cygwin programs. Development packages for the native cygwin compiler generally do not provide anything usable for the cross-compiler. It would be wrong for the MinGW cross-compiler to find them. If it did find them, very little in terms of useful results could possibly come of it. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple