Setting the NLSPATH environment variable
to include the paths to the XL C/C++ V8.0 message catalogs
The command to set the NLSPATH environment variable depends
on the shell that you are using.
If you are using Bourne or Korn shell, use the following command:
export NLSPATH=$NLSPATH:
xlsmprt_path/msg/%L/%N:
xlrte_path/msg/%L/%N:
xlcmp_path/vacpp/8.0/msg/%L/%N
If you are using C shell, use the following command:
setenv NLSPATH $NLSPATH:
xlsmprt_path/msg/%L/%N:
xlrte_path/msg/%L/%N:
xlcmp_path/vacpp/8.0/msg/%L/%N
where:
- xlsmprt_path is the installation location of the XL SMP packages.
- xlrte_path is the installation location of the XL C/C++ runtime
package.
- xlcmp_path is the installation location of the XL C/C++ compiler
packages.
Note:
If XL SMP, XL C/C++ runtime,
and XL C/C++ compiler files are all installed in the default location, xlsmprt_path, xlrte_path,
and xlcmp_path will all be /opt/ibmcmp/.