Chapter 2, Developing applications using XTI or TLI
Compiling and linking with XTI

Compiling and linking with XTI

To compile and link a program that uses XTI, do the following:

  1. Include the xti.h header file at the beginning of your source files. The syntax of the include preprocessor directive to use is
       #include <xti.h>
    

  2. Specify the xti library as one of the libraries to be searched for unresolved references when the cc(CP) command is invoked. The syntax of the cc command to use is

    cc option file -lxti