Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: Dale Quigg To: gnu-win32 AT cygnus DOT com Subject: RE: Looking for DLL version number using objdump (or any command Date: Tue, 2 Feb 1999 08:37:57 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Thanks very much DJ. This is _exactly_ what I was looking for. However, it seems that the version for the DLLs is not getting fetched properly. Everything is listed as v0.0 even though Explorer shows (for example) [Version] Product Version - 03.00.2301. Does the version reporting not quite work or is there something wrong perhaps .\ODBCCP32.DLL - os=4.0 img=0.0 sys=4.0 "odbccp32.dll" v0.0 ts=1996/11/1 17:20 ^^^^ I assume this is supposed to be the DLL version % cygcheck -v ODBCCP32.DLL Found: h:\sqlplus\odbc\.\ODBCCP32.DLL Warning: .\ODBCCP32.DLL hides h:\sqlplus\odbc\.\ODBCCP32.DLL .\ODBCCP32.DLL - os=4.0 img=0.0 sys=4.0 "odbccp32.dll" v0.0 ts=1996/11/1 17:20 D:\WINNT\System32\COMCTL32.dll - os=5.0 img=5.0 sys=4.0 "COMCTL32.dll" v0.0 ts=1998/3/16 9:06 D:\WINNT\System32\ntdll.dll - os=4.0 img=4.0 sys=4.0 "ntdll.dll" v0.0 ts=1997/4/11 12:19 D:\WINNT\System32\GDI32.dll - os=4.0 img=4.0 sys=4.0 "GDI32.dll" v0.0 ts=1997/4/8 13:27 D:\WINNT\System32\ntdll.dll (already done) D:\WINNT\System32\KERNEL32.dll - os=4.0 img=4.0 sys=4.0 "KERNEL32.dll" v0.0 ts=1997/4/25 10:01 -----Original Message----- From: DJ Delorie [mailto:dj AT delorie DOT com] Sent: Tuesday, February 02, 1999 8:06 AM To: gnu-win32 AT cygnus DOT com Subject: Re: Looking for DLL version number using objdump (or any command Dale Quigg wrote: > Should I be using something besides objdump for this? Try using "cygcheck -v bash" and see what numbers it gives you.