MakeSharedLib
is a wrapper to the AIX makeC++SharedLi
b
script, which combines .o
and .a
files into a single shared library, and uses .e
files to resolve external symbols located in other shared libraries.
To create a shared library named
Usage
CreateMake
generates this command for you when you are building libraries. You should not have to run it independently. Example
SharedLib1
that uses the code in MyLib.o
, and resolves external symbols by looking in SharedLib2.e
:
MakeSharedLib -p 6000 -o SharedLib1 MyLib.o SharedLib2.e
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Generated with WebMaker