ILE C/C++ Compiler Reference

RTBND

Specifies the run-time binding directory for the object created.

|--+-------------------------+----------------------------------|
   |         .-*DEFAULT-.    |
   '-RTBND(--+-*LLP64---+--)-'
 
 

*DEFAULT
Default setting. The object created will use the default binding directory.
*LLP64
The object created will use the 64-bit run-time binding directory and the compiler will define the macro __LLP64_RTBND__. This suboption is valid only when TGTRLS(*CURRENT) is in effect, otherwise the compiler will issue an error message and stop the compilation.


[ Top of Page | Previous Page | Next Page | Table of Contents ]