This is the mail archive of the cygwin@sourceware.cygnus.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: SUMMARY: Dynamic linking


Hello James,

James Stern <jsternitg@yahoo.com> wrote:

[]

JS>    I couldn't get dllwrap's --export-all-symbols to
JS> export everything for me from my original module but
JS> the solution was easy.  I wrote a few lines of bash +
JS> gawk to generate:
[]

  Note there're two programs: dllwrap and dlltool. Former's task is
only to create dll from objs, while latter handles all other
dll-related operations, such as producing implib from def and def from
objs. You should pass --export-all-symbols to dlltool. (Yes, I see
that dllwrap's usage talks about --export-all-symbols, but you see
yourself that it doesn't work as expected).

JS> James M. Stern
JS> ITG Inc.  Culver City, CA (213) 270-7955




Best regards,
 Paul                            mailto:paul-ml@is.lg.ua



--
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]