X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Where is ldd? Date: Fri, 6 Oct 2006 15:46:31 +0100 Message-ID: <012501c6e956$36684460$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <452667C8.9030905@sbcglobal.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 October 2006 15:27, Tim Prince wrote: > 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. Nope, it's part of the ld.so. 'ldd' lists an executable's runtime dependencies on DSOs. > However, there is a big difference between Windows and linux, and > Windows already provides similar tools. The equivalent on cygwin would be to run "cygcheck " and see what DLLs it requires to load. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/