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: converting .a files to .dll


> I'm not sure that you can convert .a archives to .dll libraries. Perhaps you 
> could take a look at Colin Peters'

It's possible but there are some things you have to take care of
(for example, globals in .a's are treated differently than globals in
.dll's).  There's an example Makefile for building dll's out of .a files
on the cygwin site.  I also wrote a similar perl script which does the
same.  Its not perfect, but its a good starting point.

> /ChJ

                                             Tim N.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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