Example: Setting the NLSPATH environment variable to Include the paths to the XL C/C++ V8.0 message catalogs

This example assumes that all XL SMP, XL C/C++ runtime, and XL C/C++ compiler packages are installed in different non-default locations:

Note:
If you want to install packages in different subdirectories, do not install any packages in the /opt/ibmcmp/ directory.

If you are using Bourne or Korn shell, use the following command:

  export NLSPATH=$NLSPATH: 
    /usr/local/xlsmprt_path/msg/%L/%N:
    /usr/local/xlrte_path/msg/%L/%N:
    /usr/local/xlcmp_path/vacpp/8.0/msg/%L/%N

If you are using C shell, use the following command:

  setenv NLSPATH $NLSPATH: 
    /usr/local/xlsmprt_path/msg/%L/%N:
    /usr/local/xlrte_path/msg/%L/%N:
    /usr/local/xlcmp_path/vacpp/8.0/msg/%L/%N