Consultor Eletrônico



Kbase P3967: Error when running ldpro - xlc_r not found during probuild
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/30/2004
Status: Verified

FACT(s) (Environment):

IBM AIX

SYMPTOM(s):

Error during probuild

Error occurs when running link script generated by probuild

./ldpro: xlc_r: not found

CAUSE:

Probuild utility is unable to locate xlc_r file, which is being used by IBM's C Compiler xlC and by default, it is installed in the /usr/ibmcxx/bin/ directory.

FIX:

Make a symbolic link from /usr/ibmcxx/bin/xlc_r to /usr/bin/xlc_r -> ln -s /usr/ibmcxx/bin/xlc_r /usr/bin/xlc_r