View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 07:59 AM
Mike
 
Posts: n/a
Default Re: shared libraries in AIX

On 2005-11-28, smiletolead <developeratca@gmail.com> wrote:
> Shared libraries in AIX have the extension .a. How is a static library
> named in AIX.
>


Shared libraries have the extension of .so (shared object).
Libraries used to compile applications have the extension .a (archive).

Mike
Reply With Quote