This is the mail archive of the cygwin@sources.redhat.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]

Re: objdump


"Suhaib M. Siddiqi" wrote:
> 
> dllwrap -s --def PEX5.def --output-lib libPEX5.a -o libPEX5.dll pl_convert.o
> pl_

I think '-s' will strip the dll. When I do an objdump -x on an
unstripped dll, I get all the expected symbols, but on a stripped dll I
get only the header info and the err message "objdump: /usr/bin/foo.dll:
no symbols"  Try changing the makefile so that -s is not used.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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