Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Joe Buehler Subject: Re: idea for mixed import/static libraries and linking with DLLs Date: Tue, 18 Mar 2003 11:17:49 -0500 Organization: Spirent Communications, Inc. Lines: 14 Message-ID: References: <20030318035151 DOT GA12616 AT redhat DOT com> Reply-To: jbuehler AT hekimian DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: <20030318035151.GA12616@redhat.com> X-Enigmail-Version: 0.73.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Christopher Faylor wrote: > Apologies if this approach has already been mentioned. I thought > it was kinda neat. AIX has something interesting. All libraries are ar libs. You can have shared objects in them, or plain .o files, or a mixture of both. The same library can be used for dynamic or static builds. Further, since all code is position-independent, you can easily make a shared library from any .o file. -- Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/