Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Alex Vinokur" Subject: Re: cygcheck & executable files of other compilers Date: Thu, 30 Oct 2003 06:34:47 +0200 Lines: 52 Message-ID: References: X-Complaints-To: usenet AT sea DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 "Roman Belenov" wrote in message news:uu15sfcok DOT fsf AT intel DOT com... > "Alex Vinokur" writes: > > > 1. How can the cygcheck utility know about DLLs in the Digital > > Mars executable file? > > All DLLs used by a Win32 executable are listed in the executable. > [snip] Thanks. We can see that through the strings utility : $ strings foo.exe | grep -i ".dll" cygwin1.dll KERNEL32.dll $ cygcheck foo.exe Found: .\foo.exe foo.exe C:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL $ cygcheck -v foo.exe Found: .\foo.exe foo.exe - os=4.0 img=1.0 sys=4.0 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2003/9/13 6:09 C:\WINNT\System32\KERNEL32.dll - os=5.0 img=5.0 sys=4.0 "KERNEL32.dll" v0.0 ts=2000/11/22 7:50 C:\WINNT\System32\NTDLL.DLL - os=5.0 img=5.0 sys=4.0 "ntdll.dll" v0.0 ts=2000/11/22 8:32 C:\WINNT\System32\KERNEL32.dll (already done) Regards, ===================================== Alex Vinokur mailto:alexvn AT connect DOT to http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer ===================================== -- 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/