Kbase P38874: XLC not found error during probuild fixed by appending /usr/ibmcxx/bin to the PATH environment varia
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/12/2008 |
|
Status: Verified
SYMPTOM(s):
Error during probuild
Error occurs when running link script generated by probuild
./ldpro: xlc_r: not found
A find on xlc_r on the system identifies that it is located in /usr/ibmcxx/bin/xlc_r .
FACT(s) (Environment):
IBM AIX
Progress 9.x
CAUSE:
xlc_r is used by IBM's C Compiler xlc. By default, the compiler is installed in the /usr/ibmcxx/bin/ directory. If this directory is not in the PATH, the above error will be displayed.
FIX:
Add /usr/ibmcxx/bin to the PATH environment variable or create a soft link like following:
ln -s /usr/ibmcxx/bin/xlc_r /usr/bin/xlc_r