MakeSharedLib

MakeSharedLib is a wrapper to the AIX makeC++SharedLib 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.

Usage

CreateMake generates this command for you when you are building libraries. You should not have to run it independently.

Example

To create a shared library named 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.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker