SUMMARY: Dynamic linking

Paul Sokolovsky paul-ml@is.lg.ua
Tue Aug 31 23:49:00 GMT 1999


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



More information about the Cygwin mailing list