MakeExportList

MakeExportList generates an .e file from an .o file (which is a combination of one or more xlC compiled .C files). Clients of a shared library link with the .e file, which is a text list of all the symbols that the shared library provides.

Usage

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

Example

    MakeExportList -l SharedLib MyLib.o > SharedLib.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