X-Spam-Check-By: sourceware.org Message-ID: <10845a340610060813haac28dfs8753d38a73032ac8@mail.gmail.com> Date: Fri, 6 Oct 2006 16:13:18 +0100 From: "Richard Quadling" Reply-To: RQuadling AT googlemail DOT com To: cygwin AT cygwin DOT com Subject: Re: Where is ldd? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <452667C8 DOT 9030905 AT sbcglobal DOT net> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On 06/10/06, Ralph Moritz wrote: > Tim Prince writes: > > > Ralph Moritz wrote: > >> Hi, > >> > >> I can't seem to find the ldd utility which comes bundled with glibc on > >> GNU/Linux. Where should I be looking? > >> > > I doubt that glibc provided this; it looks like a binutils > > thing. However, there is a big difference between Windows and linux, > > and Windows already provides similar tools. > > Okay, so what's the Windows-equivalent to ldd? There is a program called Depends which is part of the Windows Resource Toolkit. This shows what external DLLs are required by a program/dll/etc. It is a GUI app but you can save a DWI (Dependency Walker Image - not sure what this is for), Text or CSV. And you can run this from the command line too. And the app has many return values to tell you about your program. The resource toolkit is free from MS. -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/