| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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-Injected-Via-Gmane: | http://gmane.org/ |
| To: | cygwin AT cygwin DOT com |
| From: | "Alex Vinokur" <alexvn AT connect DOT to> |
| Subject: | Re: cygcheck & executable files of other compilers |
| Date: | Thu, 30 Oct 2003 06:34:47 +0200 |
| Lines: | 52 |
| Message-ID: | <bnq4d5$jdt$1@sea.gmane.org> |
| References: | <bnoaa9$k65$2 AT sea DOT gmane DOT org> <uu15sfcok DOT fsf AT intel DOT com> |
| 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" <rbelenov AT yandex DOT ru> wrote in message news:uu15sfcok DOT fsf AT intel DOT com...
> "Alex Vinokur" <alexvn AT connect DOT to> 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |