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:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=JNPt6vt0dxWL6MHgWVTWeG+I3gBL+ PT3l/teETi0he5/bHI7IImfHNEfkTN1yBbv0qqVHabh/igmdRr0s54SJdwAy1C7z nfNNIANZ9bhAJQTTQek/22GvH3C3rjF65ahb7OtJep47Kq4ks6jvB7wE6/ZRku5S LEgfF/RkaCkaEg= 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:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=nplSbQzuF2Rtbam6oq2z//wXOmU=; b=Kag r0PEYZVY1H2rtSQVbIEf2kGKRkZWgoose396ujMWnqVFvU7V65wc7FPpG5EqInry EGJd4YEyDc7kF9TZvtl8/HvacW5EGJ+1usf5cTbSduHCiyEg36XUuGA6yqIWBT71 1SnSaMrOLAKp8ULYtklIkW74KVGVmKjcdIE/bR3I= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> 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=-0.1 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,TW_YG autolearn=no version=3.3.1 From: Peter Klotz <Peter DOT Klotz AT ith-icoserve DOT com> To: marco atzeri <marco DOT atzeri AT gmail DOT com>, "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> Date: Fri, 26 Jul 2013 12:38:42 +0200 Subject: AW: Problem with ldd in cygwin 1.7.22 Message-ID: <FDCF7296051FAA4B967818014FE88B23F3512EB65F@hermes.ith-icoserve.com> References: <FDCF7296051FAA4B967818014FE88B23F3512EB656 AT hermes DOT ith-icoserve DOT com> <51F24EB9 DOT 1080607 AT gmail DOT com> In-Reply-To: <51F24EB9.1080607@gmail.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-cloud-security-sender:peter DOT klotz AT ith-icoserve DOT com X-cloud-security-recipient:cygwin AT cygwin DOT com X-cloud-security-Virusscan:CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate05-dus with 40A7210A0003 X-cloud-security-connect: 81-223-215-34.innsbruck-mitte.xdsl-line.inode.at[81.223.215.34], TLS=, IP=81.223.215.34 X-cloud-security:scantime:.1038 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r6QAfZ7G003379 Hello Marco Thanks for your response. > > The output of ldd (32Bit) in cygwin 1.7.22 is not as expected if a > single dependency cannot be found. > > > > Correct output (all dependencies present): > > > > $ ldd Qt5Core.dll > > try > $ cygcheck Qt5Core.dll > > it will report any missing dependency. I am aware of that but cygcheck uses an output format different from ldd. I have written a program to recursively parse library dependencies and bring them into correct order for linking. It would be nice to use the same input for my program in Linux and Windows. > Another matter, please also note the name scheme on cygwin is > > usr/bin/cygQtCore-4.dll > > I assume you are building Qt5 by yourself The build of Qt5Core.dll was done with Visual Studio, not with cygwin/gcc. Regards, Peter. -- 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