idea for mixed import/static libraries and linking with DLLs

Joe Buehler jbuehler@hekimian.com
Tue Mar 18 18:22:00 GMT 2003


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/



More information about the Cygwin mailing list