Example: Setting the NLSPATH environment variable to Include the paths to the XL Fortran V10.1 message catalogs

This example assumes that all XL SMP, XL Fortran runtime, and XL Fortran 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/xlf/10.1/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/xlf/10.1/msg/%L/%N