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] | |
Charles Wilson wrote:
Now, about your problem: I'm a bit confused, because I do *not* see that behavior. Please take the attached script, which contains only the new win32_libid() code -- the only parted changed by the patched libtool-20030216 -- and run the following tests:
./cygwin_libid /usr/lib/libcygwin.a ./cygwin_libid /usr/lib/w32api/libuser32.a ./cygwin_libid /usr/lib/w32api/libadvapi32.a ./cygwin_libid /usr/lib/w32api/libkernel32.a ./cygwin_libid /usr/lib/w32api/libshell32.a
And report back...
At my Win98 SE box at home it reports this:
unknown unknown unknown unknown unknown
+ OBJDUMP=objdump
+ NM=nm
+ win32_libid /usr/lib/libcygwin.a
+ win32_libid_type=unknown
+ file -L /usr/lib/libcygwin.a
+ win32_fileres=/usr/lib/libcygwin.a: current ar archive
+ eval objdump -f /usr/lib/libcygwin.a
+ objdump -f /usr/lib/libcygwin.a
+ head -n 10
+ grep -E file format pe-i386(.*architecture: i386)?
+ eval nm -f posix -A /usr/lib/libcygwin.a
+ nm -f posix -A /usr/lib/libcygwin.a
+ sed -n -e 1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;}}
+ win32_nmres=import
+ test Ximport = Ximport
+ win32_libid_type=x86 archive import
+ echo x86 archive import
x86 archive import-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.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] |