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=P9ciEXitCS+7obNHZB8LOz/2zYV8QJgbBZctRIP3yYM Nu14wbcnYD9GE7xL1WQPcTvSBSNlvFsLE1/gqj5xHPxvY7jJGsZre9PLwKA+kY4S ds1fwZ0Z6oC6dPsVkwu3JGxzUBb5oRqomOvf2kknVmJaYkfrSC58D4KLynjITUW0 = 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=3XvmLpQBrF1FZBu6QOyFwJnLsAM=; b=iGB0nA/71Wk7xYEk2 9prVwcHR/aVu3mZdhZzhei/NWhLnqBFOYKVvbu4KOizJaV/91shgAiH+zxhy0vrx L1mHbOnjI6KOTuE2KEsL6D3Y6vdSAyx2kBn5NXu3IzPvgDuXql2SjtmcNrDJMvz8 Fqjib5Damozj/MQNfm9Yn7hkwc= 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=-1.6 required=5.0 tests=AWL,BAYES_50,KHOP_THREADED,RDNS_NONE autolearn=no version=3.3.1 Message-ID: <51F2E9FB.8020600@etr-usa.com> Date: Fri, 26 Jul 2013 15:28:27 -0600 From: Warren Young User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Cygwin-L Subject: Re: AW: Problem with ldd in cygwin 1.7.22 References: <51F24EB9 DOT 1080607 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/26/2013 04:38, Peter Klotz wrote: > The build of Qt5Core.dll was done with Visual Studio, not with cygwin/gcc. Qt is a C++ library. C++ compiler output is not cross-compiler compatible. Unless I'm wrong, and this one DLL is pure C, you're not going to be able to link it to a C++ program built with GCC. -- 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