From: newsham AT lava DOT net (Tim Newsham) Subject: Re: converting .a files to .dll 20 Aug 1998 23:37:26 -0700 Message-ID: References: <199808190650 DOT IAA17722 AT arnljot DOT lin DOT foa DOT se> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: chj AT lin DOT foa DOT se (Christian Joensson FOA 72) Cc: pgarceau AT teleport DOT com, gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help".