Z

Option Type Default Value #pragma options C C++
-flag - - x x

Syntax

    -Zstring 

Purpose
This option specifies a prefix for the library search path.

This option is useful when developing a new version of a library. Usually you use it to build on one level of AIX and run on a different level, so that you can search a different path on the development platform than on the target platform. This is possible because the prefix is not stored in the executable.

If use this option more than once, the strings are appended to each other in the order specified and then they are added to the beginning of the library search paths.



List of Batch Compiler Options and Their Defaults
Equivalent Batch Compile-Link and Incremental Build Options