Setting the NLSPATH environment variable
to include the paths to the XL Fortran V10.1 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/xlf/10.1/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/xlf/10.1/msg/%L/%N
where:
- xlsmprt_path is the installation location of the XL SMP packages.
- xlrte_path is the installation location of the XL Fortran runtime
package.
- xlcmp_path is the installation location of the XL Fortran compiler
packages.
Note:
If XL SMP, XL Fortran runtime,
and XL Fortran compiler files are all installed in the default location, xlsmprt_path, xlrte_path,
and xlcmp_path will all be /opt/ibmcmp/.