MakeSharedApp

MakeSharedApp builds executable applications or programs (it is a wrapper for an xlC command with special options).

Usage

CreateMake generates this command for you when you build binaries or programs (applications). You should not need to run it independently.

Example

The following example builds the MyApp executable, and specifies two search paths: -L. (current directory) and -L/usr/lib/dce, which will be searched in the order specified to load shared libraries SharedLib1 and SharedLib2. If SharedLib1 and SharedLib2 are not in these directories, the AIX runtime searches in the path specified by LIBPATH.

    MakeSharedApp -o MyApp AppMain.o SharedLib1.e SharedLib2.e -L. -L/usr/lib/dce

[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