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 |