The Build Tool links each UNIX or Linux CA Gen application to a set of runtime libraries delivered with the Implementation Toolset. The Implementation Toolset delivers shared and archive, or static, versions of these runtime libraries. By providing both versions of these libraries, the customer has the flexibility to link either set of libraries to their applications. Linking with shared libraries produces a smaller executable application, with the flexibility to replace libraries without re-linking the application.
The Build Tool token OPT.LIBTYPE determines which set of libraries to link to the customer's application. OPT.LIBTYPE defaults to SHARED to instruct the Build Tool to create a shared library version of the RI Triggers, if applicable, and to link with the shared version of the runtime libraries.
When the customer sets OPT.LIBTYPE to ARCHIVE, the Build Tool creates an archive version of the RI Triggers, if applicable, and links with the archive version of the runtime libraries.
Using the OPT.LIBTYPE token does not impact the set of libraries, if applicable, required from third party software vendors to create CA Gen applications, for example Oracle or MQSeries.
Note: For more information about the OPT.LIBTYPE token, see the Build Tool User Guide.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|