From: newsham@lava.net (Tim Newsham)
Subject: Re: converting .a files to .dll
20 Aug 1998 23:37:26 -0700
Message-ID: <m0z9aPJ-0010zYC.cygnus.gnu-win32@malasada.lava.net>
References: <199808190650.IAA17722@arnljot.lin.foa.se>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
To: chj@lin.foa.se (Christian Joensson FOA 72)
Cc: pgarceau@teleport.com, gnu-win32@cygnus.com

> 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".
