This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygcheck & executable files of other compilers


"Roman Belenov" <rbelenov@yandex.ru> wrote in message uu15sfcok.fsf@intel.com">news:uu15sfcok.fsf@intel.com...
> "Alex Vinokur" <alexvn@connect.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@connect.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]